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