ArmDataBoxEdgeModelFactory.DataBoxEdgeStorageAccountData Method
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 DataBoxEdgeStorageAccountData.
public static Azure.ResourceManager.DataBoxEdge.DataBoxEdgeStorageAccountData DataBoxEdgeStorageAccountData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string description = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageAccountStatus? storageAccountStatus = default, Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDataPolicy dataPolicy = default, Azure.Core.ResourceIdentifier storageAccountCredentialId = default, string blobEndpoint = default, int? containerCount = default);
static member DataBoxEdgeStorageAccountData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeStorageAccountStatus> * Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDataPolicy * Azure.Core.ResourceIdentifier * string * Nullable<int> -> Azure.ResourceManager.DataBoxEdge.DataBoxEdgeStorageAccountData
Public Shared Function DataBoxEdgeStorageAccountData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional description As String = Nothing, Optional storageAccountStatus As Nullable(Of DataBoxEdgeStorageAccountStatus) = Nothing, Optional dataPolicy As DataBoxEdgeDataPolicy = Nothing, Optional storageAccountCredentialId As ResourceIdentifier = Nothing, Optional blobEndpoint As String = Nothing, Optional containerCount As Nullable(Of Integer) = Nothing) As DataBoxEdgeStorageAccountData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- description
- String
Description for the storage Account.
- storageAccountStatus
- Nullable<DataBoxEdgeStorageAccountStatus>
Current status of the storage account.
- dataPolicy
- DataBoxEdgeDataPolicy
Data policy of the storage Account.
- storageAccountCredentialId
- ResourceIdentifier
Storage Account Credential Id.
- blobEndpoint
- String
BlobEndpoint of Storage Account.
The Container Count. Present only for Storage Accounts with DataPolicy set to Cloud.
Returns
A new DataBoxEdgeStorageAccountData instance for mocking.
Applies to
Azure SDK for .NET