LoadModelOptions Struct
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.
Parameters for loading a model from Azure blob storage.
public value class LoadModelOptions
public struct LoadModelOptions
type LoadModelOptions = struct
Public Structure LoadModelOptions
- Inheritance
-
LoadModelOptions
Fields
Blob |
See LoadFromBlobOptions. |
Parent |
Optional parent Entity for the model. |
Methods
CreateForBlobStorage(String, String, String, Entity) |
Applies to
See also
- <xref:Microsoft.Azure.RemoteRendering.RenderingConnection.LoadModelAsync(Microsoft.Azure.RemoteRendering.LoadModelOptions)>
- Models