Share via


AzureVMResourceFeatureSupportResponse Constructors

Definition

Overloads

AzureVMResourceFeatureSupportResponse()

Initializes a new instance of the AzureVMResourceFeatureSupportResponse class.

AzureVMResourceFeatureSupportResponse(String)

Initializes a new instance of the AzureVMResourceFeatureSupportResponse class.

AzureVMResourceFeatureSupportResponse()

Initializes a new instance of the AzureVMResourceFeatureSupportResponse class.

public AzureVMResourceFeatureSupportResponse ();
Public Sub New ()

Applies to

AzureVMResourceFeatureSupportResponse(String)

Initializes a new instance of the AzureVMResourceFeatureSupportResponse class.

public AzureVMResourceFeatureSupportResponse (string supportStatus = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVMResourceFeatureSupportResponse : string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureVMResourceFeatureSupportResponse
Public Sub New (Optional supportStatus As String = Nothing)

Parameters

supportStatus
String

Support status of feature. Possible values include: 'Invalid', 'Supported', 'DefaultOFF', 'DefaultON', 'NotSupported'

Applies to