ResourceSkuZoneDetails Class
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.
Describes The zonal capabilities of a SKU.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ResourceSkuZoneDetailsTypeConverter))]
public class ResourceSkuZoneDetails : Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IResourceSkuZoneDetails
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.ResourceSkuZoneDetailsTypeConverter))>]
type ResourceSkuZoneDetails = class
interface IResourceSkuZoneDetails
interface IJsonSerializable
Public Class ResourceSkuZoneDetails
Implements IResourceSkuZoneDetails
- Inheritance
-
ResourceSkuZoneDetails
- Attributes
- Implements
Constructors
ResourceSkuZoneDetails() |
Creates an new ResourceSkuZoneDetails instance. |
Properties
Capability |
A list of capabilities that are available for the SKU in the specified list of zones. |
Name |
The set of zones that the SKU is available in with the specified capabilities. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ResourceSkuZoneDetails. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ResourceSkuZoneDetails. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Kusto.Models.Api20230815.IResourceSkuZoneDetails. |
FromJsonString(String) |
Creates a new instance of ResourceSkuZoneDetails, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ResourceSkuZoneDetails into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |