Dela via


AssetConversionInputOptions(Uri, String) Constructor

Definition

Initializes a new instance of AssetConversionInputOptions.

public AssetConversionInputOptions (Uri storageContainerUri, string relativeInputAssetPath);
new Azure.MixedReality.RemoteRendering.AssetConversionInputOptions : Uri * string -> Azure.MixedReality.RemoteRendering.AssetConversionInputOptions
Public Sub New (storageContainerUri As Uri, relativeInputAssetPath As String)

Parameters

storageContainerUri
Uri

The URI of the Azure blob storage container containing the input model.

relativeInputAssetPath
String

The relative path starting at blobPrefix (or at the container root if blobPrefix is not provided) to the input model. Must point to a file with a supported file format ending. See https://docs.microsoft.com/azure/remote-rendering/how-tos/conversion/model-conversion for details.

Exceptions

storageContainerUri or relativeInputAssetPath is null.

Applies to