AzureStorageContainer Constructors

Definition

Overloads

AzureStorageContainer()

Initializes a new instance of the AzureStorageContainer class.

AzureStorageContainer(String, String, String, String, String, String, String, String, Nullable<Int64>, String)

Initializes a new instance of the AzureStorageContainer class.

AzureStorageContainer()

Initializes a new instance of the AzureStorageContainer class.

public AzureStorageContainer ();
Public Sub New ()

Applies to

AzureStorageContainer(String, String, String, String, String, String, String, String, Nullable<Int64>, String)

Initializes a new instance of the AzureStorageContainer class.

public AzureStorageContainer (string friendlyName = default, string backupManagementType = default, string registrationStatus = default, string healthStatus = default, string protectableObjectType = default, string sourceResourceId = default, string storageAccountVersion = default, string resourceGroup = default, long? protectedItemCount = default, string acquireStorageAccountLock = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureStorageContainer : string * string * string * string * string * string * string * string * Nullable<int64> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureStorageContainer
Public Sub New (Optional friendlyName As String = Nothing, Optional backupManagementType As String = Nothing, Optional registrationStatus As String = Nothing, Optional healthStatus As String = Nothing, Optional protectableObjectType As String = Nothing, Optional sourceResourceId As String = Nothing, Optional storageAccountVersion As String = Nothing, Optional resourceGroup As String = Nothing, Optional protectedItemCount As Nullable(Of Long) = Nothing, Optional acquireStorageAccountLock As String = Nothing)

Parameters

friendlyName
String

Friendly name of the container.

backupManagementType
String

Type of backup management for the container. Possible values include: 'Invalid', 'AzureIaasVM', 'MAB', 'DPM', 'AzureBackupServer', 'AzureSql', 'AzureStorage', 'AzureWorkload', 'DefaultBackup'

registrationStatus
String

Status of registration of the container with the Recovery Services Vault.

healthStatus
String

Status of health of the container.

protectableObjectType
String

Type of the protectable object associated with this container

sourceResourceId
String

Fully qualified ARM url.

storageAccountVersion
String

Storage account version.

resourceGroup
String

Resource group name of Recovery Services Vault.

protectedItemCount
Nullable<Int64>

Number of items backed up in this container.

acquireStorageAccountLock
String

Whether storage account lock is to be acquired for this container or not. Possible values include: 'Acquire', 'NotAcquire'

Applies to