AzureVMAppContainerProtectableContainer Constructors
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.
AzureVMAppContainerProtectableContainer() |
Initializes a new instance of the AzureVMAppContainerProtectableContainer class. |
AzureVMAppContainerProtectableContainer(String, String, String, String) |
Initializes a new instance of the AzureVMAppContainerProtectableContainer class. |
Initializes a new instance of the AzureVMAppContainerProtectableContainer class.
public AzureVMAppContainerProtectableContainer ();
Public Sub New ()
Applies to
Initializes a new instance of the AzureVMAppContainerProtectableContainer class.
public AzureVMAppContainerProtectableContainer (string friendlyName = default, string backupManagementType = default, string healthStatus = default, string containerId = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVMAppContainerProtectableContainer : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVMAppContainerProtectableContainer
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 피드백
Azure SDK for .NET은(는) 오픈 소스 프로젝트입니다. 다음 링크를 선택하여 피드백을 제공해 주세요.