LoadModelOptions.CreateForBlobStorage(String, String, String, Entity) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.Azure.RemoteRendering.LoadModelOptions CreateForBlobStorage (string storageContainer, string blobName, string assetPath, Microsoft.Azure.RemoteRendering.Entity parent = default);
static member CreateForBlobStorage : string * string * string * Microsoft.Azure.RemoteRendering.Entity -> Microsoft.Azure.RemoteRendering.LoadModelOptions
Public Shared Function CreateForBlobStorage (storageContainer As String, blobName As String, assetPath As String, Optional parent As Entity = Nothing) As LoadModelOptions
Parameters
- storageContainer
- String
- blobName
- String
- assetPath
- String
- parent
- Entity