Поделиться через


ResourceTypeSkuZoneDetail Class

Definition

The ResourceTypeSkuZoneDetail.

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

Constructors

ResourceTypeSkuZoneDetail()

Initializes a new instance of ResourceTypeSkuZoneDetail.

Properties

Capabilities

Gets the capabilities.

Name

Gets the name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceTypeSkuZoneDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceTypeSkuZoneDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceTypeSkuZoneDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceTypeSkuZoneDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceTypeSkuZoneDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to