AzureIaaSClassicComputeVMProtectableItem 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
AzureIaaSClassicComputeVMProtectableItem() |
Initializes a new instance of the AzureIaaSClassicComputeVMProtectableItem class. |
AzureIaaSClassicComputeVMProtectableItem(String, String, String, String, String, String, String) |
Initializes a new instance of the AzureIaaSClassicComputeVMProtectableItem class. |
AzureIaaSClassicComputeVMProtectableItem()
Initializes a new instance of the AzureIaaSClassicComputeVMProtectableItem class.
public AzureIaaSClassicComputeVMProtectableItem ();
Public Sub New ()
Applies to
AzureIaaSClassicComputeVMProtectableItem(String, String, String, String, String, String, String)
Initializes a new instance of the AzureIaaSClassicComputeVMProtectableItem class.
public AzureIaaSClassicComputeVMProtectableItem (string backupManagementType = default, string workloadType = default, string friendlyName = default, string protectionState = default, string virtualMachineId = default, string virtualMachineVersion = default, string resourceGroup = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSClassicComputeVMProtectableItem : string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureIaaSClassicComputeVMProtectableItem
Public Sub New (Optional backupManagementType As String = Nothing, Optional workloadType As String = Nothing, Optional friendlyName As String = Nothing, Optional protectionState As String = Nothing, Optional virtualMachineId As String = Nothing, Optional virtualMachineVersion As String = Nothing, Optional resourceGroup As String = Nothing)
Parameters
- backupManagementType
- String
Type of backup management to backup an item.
- workloadType
- String
Type of workload for the backup management
- friendlyName
- String
Friendly name of the backup item.
- protectionState
- String
State of the back up item. Possible values include: 'Invalid', 'NotProtected', 'Protecting', 'Protected', 'ProtectionFailed'
- virtualMachineId
- String
Fully qualified ARM ID of the virtual machine.
- virtualMachineVersion
- String
Specifies whether the container represents a Classic or an Azure Resource Manager VM.
- resourceGroup
- String
Resource group name of Recovery Services Vault.
Applies to
Azure SDK for .NET