LoadTextureOptions.CreateForBlobStorage Method
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.
public:
static Microsoft::Azure::RemoteRendering::LoadTextureOptions CreateForBlobStorage(System::String ^ storageContainer, System::String ^ blobName, System::String ^ assetPath, Microsoft::Azure::RemoteRendering::TextureType type);
public static Microsoft.Azure.RemoteRendering.LoadTextureOptions CreateForBlobStorage (string storageContainer, string blobName, string assetPath, Microsoft.Azure.RemoteRendering.TextureType type);
static member CreateForBlobStorage : string * string * string * Microsoft.Azure.RemoteRendering.TextureType -> Microsoft.Azure.RemoteRendering.LoadTextureOptions
Public Shared Function CreateForBlobStorage (storageContainer As String, blobName As String, assetPath As String, type As TextureType) As LoadTextureOptions
Parameters
- storageContainer
- String
- blobName
- String
- assetPath
- String
- type
- TextureType