AzureVMResourceFeatureSupportResponse 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
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
Azure SDK for .NET