ComputeResourceSkuZoneDetails Class

Definition

Describes The zonal capabilities of a SKU.

public class ComputeResourceSkuZoneDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.ComputeResourceSkuZoneDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.ComputeResourceSkuZoneDetails>
type ComputeResourceSkuZoneDetails = class
    interface IJsonModel<ComputeResourceSkuZoneDetails>
    interface IPersistableModel<ComputeResourceSkuZoneDetails>
Public Class ComputeResourceSkuZoneDetails
Implements IJsonModel(Of ComputeResourceSkuZoneDetails), IPersistableModel(Of ComputeResourceSkuZoneDetails)
Inheritance
ComputeResourceSkuZoneDetails
Implements

Properties

Capabilities

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.

Explicit Interface Implementations

IJsonModel<ComputeResourceSkuZoneDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ComputeResourceSkuZoneDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeResourceSkuZoneDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeResourceSkuZoneDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ComputeResourceSkuZoneDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to