AzureStorageProtectableContainer Constructors
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.
Overloads
AzureStorageProtectableContainer() |
Initializes a new instance of the AzureStorageProtectableContainer class. |
AzureStorageProtectableContainer(String, String, String, String) |
Initializes a new instance of the AzureStorageProtectableContainer class. |
AzureStorageProtectableContainer()
Initializes a new instance of the AzureStorageProtectableContainer class.
public AzureStorageProtectableContainer ();
Public Sub New ()
Applies to
AzureStorageProtectableContainer(String, String, String, String)
Initializes a new instance of the AzureStorageProtectableContainer class.
public AzureStorageProtectableContainer (string friendlyName = default, string backupManagementType = default, string healthStatus = default, string containerId = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureStorageProtectableContainer : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureStorageProtectableContainer
Public Sub New (Optional friendlyName As String = Nothing, Optional backupManagementType As String = Nothing, Optional healthStatus As String = Nothing, Optional containerId 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'
- healthStatus
- String
Status of health of the container.
- containerId
- String
Fabric Id of the container such as ARM Id.
Applies to
Azure SDK for .NET