AzureVMResourceFeatureSupportRequest interface
AzureResource(IaaS VM) Specific feature support request
- Extends
Properties
feature |
Polymorphic discriminator, which specifies the different types this object can be |
vm |
Size of the resource: VM size(A/D series etc) in case of IaasVM |
vm |
SKUs (Premium/Managed etc) in case of IaasVM |
Property Details
featureType
Polymorphic discriminator, which specifies the different types this object can be
featureType: "AzureVMResourceBackup"
Property Value
"AzureVMResourceBackup"
vmSize
Size of the resource: VM size(A/D series etc) in case of IaasVM
vmSize?: string
Property Value
string
vmSku
SKUs (Premium/Managed etc) in case of IaasVM
vmSku?: string
Property Value
string