LoadModelFromSasOptions 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 using a URI.
public value class LoadModelFromSasOptions
public struct LoadModelFromSasOptions
type LoadModelFromSasOptions = struct
Public Structure LoadModelFromSasOptions
- Inheritance
-
LoadModelFromSasOptions
Constructors
LoadModelFromSasOptions(String, Entity) |
Fields
ModelUri |
URI to the model. |
Parent |
Optional parent Entity for the model. |
Applies to
See also
- <xref:Microsoft.Azure.RemoteRendering.RenderingConnection.LoadModelFromSasAsync(Microsoft.Azure.RemoteRendering.LoadModelFromSasOptions)>
- Models