ApiManagementSkuZoneDetails Class

Definition

Describes The zonal capabilities of a SKU.

public class ApiManagementSkuZoneDetails
public class ApiManagementSkuZoneDetails : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuZoneDetails>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.Models.ApiManagementSkuZoneDetails>
type ApiManagementSkuZoneDetails = class
type ApiManagementSkuZoneDetails = class
    interface IJsonModel<ApiManagementSkuZoneDetails>
    interface IPersistableModel<ApiManagementSkuZoneDetails>
Public Class ApiManagementSkuZoneDetails
Public Class ApiManagementSkuZoneDetails
Implements IJsonModel(Of ApiManagementSkuZoneDetails), IPersistableModel(Of ApiManagementSkuZoneDetails)
Inheritance
ApiManagementSkuZoneDetails
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<ApiManagementSkuZoneDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiManagementSkuZoneDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementSkuZoneDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementSkuZoneDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiManagementSkuZoneDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to