다음을 통해 공유


ResourceTypeSkuLocationInfo Class

Definition

The ResourceTypeSkuLocationInfo.

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

Constructors

ResourceTypeSkuLocationInfo(AzureLocation)

Initializes a new instance of ResourceTypeSkuLocationInfo.

Properties

ExtendedLocations

Gets the extended locations.

ExtendedLocationType

Gets or sets the extended location type.

Location

Gets or sets the location.

ZoneDetails

Gets the zone details.

Zones

Gets the zones.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceTypeSkuLocationInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceTypeSkuLocationInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceTypeSkuLocationInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceTypeSkuLocationInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceTypeSkuLocationInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to