Share via


AzureContainerInfo Constructors

Definition

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