次の方法で共有


ExtendedLocation Class

Definition

ExtendedLocation represents the Azure custom location where the resource will be created.

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

Constructors

ExtendedLocation(String, String)

Initializes a new instance of ExtendedLocation.

Properties

ExtendedLocationType

The extended location type, for example, CustomLocation.

Name

The resource ID of the extended location on which the resource will be created.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ExtendedLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExtendedLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExtendedLocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExtendedLocation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExtendedLocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to