IResourceSku Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ResourceSkuTypeConverter))]
public interface IResourceSku : Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.ResourceSkuTypeConverter))>]
type IResourceSku = interface
interface IJsonSerializable
Public Interface IResourceSku
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Capability |
Name value pairs to describe the capability. |
| Family |
The family of the SKU. |
| Location |
The set of locations that the SKU is available. |
| LocationInfo |
A list of locations and availability zones in those locations where the SKU is available |
| Name |
The name of the SKU. |
| ResourceType |
The type of resource the SKU applies to. |
| Restriction |
The restrictions of the SKU. |
| Size |
The size of the SKU. |
| Tier |
The tier of virtual machines in a scale set |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |