영어로 읽기

다음을 통해 공유


AzureVMAppContainerProtectableContainer Constructors

Definition

Overloads

AzureVMAppContainerProtectableContainer()

Initializes a new instance of the AzureVMAppContainerProtectableContainer class.

AzureVMAppContainerProtectableContainer(String, String, String, String)

Initializes a new instance of the AzureVMAppContainerProtectableContainer class.

AzureVMAppContainerProtectableContainer()

Initializes a new instance of the AzureVMAppContainerProtectableContainer class.

public AzureVMAppContainerProtectableContainer ();

Applies to

AzureVMAppContainerProtectableContainer(String, String, String, String)

Initializes a new instance of the AzureVMAppContainerProtectableContainer class.

public AzureVMAppContainerProtectableContainer (string friendlyName = default, string backupManagementType = default, string healthStatus = default, string containerId = default);

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