ApiManagementSkuRestrictionInfo Class

Definition

The ApiManagementSkuRestrictionInfo.

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

Properties

Locations

Locations where the SKU is restricted.

Zones

List of availability zones where the SKU is restricted.

Explicit Interface Implementations

IJsonModel<ApiManagementSkuRestrictionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApiManagementSkuRestrictionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApiManagementSkuRestrictionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApiManagementSkuRestrictionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApiManagementSkuRestrictionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to