ApiManagementSkuLocationInfo Class

Definition

The ApiManagementSkuLocationInfo.

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

Properties

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.

Explicit Interface Implementations

IJsonModel<ApiManagementSkuLocationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiManagementSkuLocationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementSkuLocationInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementSkuLocationInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiManagementSkuLocationInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to