AzureContainerInfo Constructors
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.
Overloads
AzureContainerInfo() |
Initializes a new instance of the AzureContainerInfo class. |
AzureContainerInfo(String, String, String) |
Initializes a new instance of the AzureContainerInfo class. |
AzureContainerInfo()
Initializes a new instance of the AzureContainerInfo class.
public AzureContainerInfo ();
Public Sub New ()
Applies to
AzureContainerInfo(String, String, String)
Initializes a new instance of the AzureContainerInfo class.
public AzureContainerInfo (string storageAccountCredentialId, string containerName, string dataFormat);
new Microsoft.Azure.Management.EdgeGateway.Models.AzureContainerInfo : string * string * string -> Microsoft.Azure.Management.EdgeGateway.Models.AzureContainerInfo
Public Sub New (storageAccountCredentialId As String, containerName As String, dataFormat As String)
Parameters
- storageAccountCredentialId
- String
ID of the storage account credential used to access storage.
- containerName
- String
Container name (Based on the data format specified, this represents the name of Azure Files/Page blob/Block blob).
- dataFormat
- String
Storage format used for the file represented by the share. Possible values include: 'BlockBlob', 'PageBlob', 'AzureFile'
Applies to
Azure SDK for .NET