你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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