LoadModelOptions.CreateForBlobStorage(String, String, String, Entity) メソッド

定義

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

パラメーター

storageContainer
String
blobName
String
assetPath
String
parent
Entity

戻り値

適用対象