DataBoxEdgeStorageContainerInfo 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 DataBoxEdgeStorageContainerInfo.
public DataBoxEdgeStorageContainerInfo (Azure.Core.ResourceIdentifier storageAccountCredentialId, string containerName, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageContainerDataFormat dataFormat);
new Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageContainerInfo : Azure.Core.ResourceIdentifier * string * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageContainerDataFormat -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageContainerInfo
Public Sub New (storageAccountCredentialId As ResourceIdentifier, containerName As String, dataFormat As DataBoxEdgeStorageContainerDataFormat)
Parameters
- storageAccountCredentialId
- ResourceIdentifier
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
- DataBoxEdgeStorageContainerDataFormat
Storage format used for the file represented by the share.
Exceptions
storageAccountCredentialId
or containerName
is null.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET