LoadModelOptions.CreateForBlobStorage(String, String, String, Entity) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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