AzureContainerInfo Class
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.
Azure container mapping of the endpoint.
public class AzureContainerInfo
type AzureContainerInfo = class
Public Class AzureContainerInfo
- Inheritance
-
AzureContainerInfo
Constructors
AzureContainerInfo() |
Initializes a new instance of the AzureContainerInfo class. |
AzureContainerInfo(String, String, String) |
Initializes a new instance of the AzureContainerInfo class. |
Properties
ContainerName |
Gets or sets container name (Based on the data format specified, this represents the name of Azure Files/Page blob/Block blob). |
DataFormat |
Gets or sets storage format used for the file represented by the share. Possible values include: 'BlockBlob', 'PageBlob', 'AzureFile' |
StorageAccountCredentialId |
Gets or sets ID of the storage account credential used to access storage. |
Methods
Validate() |
Validate the object. |