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

ResourceSkuZoneDetails Class

Definition

Describes The zonal capabilities of a SKU.

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

Properties

Capabilities

A list of capabilities that are available for the SKU in the specified list of zones.

Name

Gets the set of zones that the SKU is available in with the specified capabilities.

Explicit Interface Implementations

IJsonModel<ResourceSkuZoneDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceSkuZoneDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceSkuZoneDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceSkuZoneDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceSkuZoneDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to