Share via


AzureVMResourceFeatureSupportRequest Constructors

Definition

Overloads

AzureVMResourceFeatureSupportRequest()

Initializes a new instance of the AzureVMResourceFeatureSupportRequest class.

AzureVMResourceFeatureSupportRequest(String, String)

Initializes a new instance of the AzureVMResourceFeatureSupportRequest class.

AzureVMResourceFeatureSupportRequest()

Initializes a new instance of the AzureVMResourceFeatureSupportRequest class.

public AzureVMResourceFeatureSupportRequest ();
Public Sub New ()

Applies to

AzureVMResourceFeatureSupportRequest(String, String)

Initializes a new instance of the AzureVMResourceFeatureSupportRequest class.

public AzureVMResourceFeatureSupportRequest (string vmSize = default, string vmSku = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVMResourceFeatureSupportRequest : string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVMResourceFeatureSupportRequest
Public Sub New (Optional vmSize As String = Nothing, Optional vmSku As String = Nothing)

Parameters

vmSize
String

Size of the resource: VM size(A/D series etc) in case of IaasVM

vmSku
String

SKUs (Premium/Managed etc) in case of IaasVM

Applies to