ArmDataBoxEdgeModelFactory.DataBoxEdgeStorageContainerInfo Method

Definition

public static Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageContainerInfo DataBoxEdgeStorageContainerInfo(Azure.Core.ResourceIdentifier storageAccountCredentialId = default, string containerName = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageContainerDataFormat dataFormat = default);
static member DataBoxEdgeStorageContainerInfo : Azure.Core.ResourceIdentifier * string * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageContainerDataFormat -> Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageContainerInfo
Public Shared Function DataBoxEdgeStorageContainerInfo (Optional storageAccountCredentialId As ResourceIdentifier = Nothing, Optional containerName As String = Nothing, Optional dataFormat As DataBoxEdgeStorageContainerDataFormat = Nothing) As DataBoxEdgeStorageContainerInfo

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.

Returns

A new DataBoxEdgeStorageContainerInfo instance for mocking.

Applies to