AssetConversionInputOptions(Uri, String) Constructor
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.
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.