ComputeResourceSkuLocationInfo 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 an available Compute SKU Location Information.
public class ComputeResourceSkuLocationInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.ComputeResourceSkuLocationInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.ComputeResourceSkuLocationInfo>
type ComputeResourceSkuLocationInfo = class
interface IJsonModel<ComputeResourceSkuLocationInfo>
interface IPersistableModel<ComputeResourceSkuLocationInfo>
Public Class ComputeResourceSkuLocationInfo
Implements IJsonModel(Of ComputeResourceSkuLocationInfo), IPersistableModel(Of ComputeResourceSkuLocationInfo)
- Inheritance
-
ComputeResourceSkuLocationInfo
- Implements
Properties
ExtendedLocations |
The names of extended locations. |
ExtendedLocationType |
The type of the extended location. |
Location |
Location of the SKU. |
ZoneDetails |
Details of capabilities available to a SKU in specific zones. |
Zones |
List of availability zones where the SKU is supported. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ComputeResourceSkuLocationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ComputeResourceSkuLocationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ComputeResourceSkuLocationInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ComputeResourceSkuLocationInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ComputeResourceSkuLocationInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET