LoadModelOptions Struct

Definition

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