GalleryExtendedLocation Class

Definition

The name of the extended location.

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

Constructors

GalleryExtendedLocation()

Initializes a new instance of GalleryExtendedLocation.

Properties

ExtendedLocationType

It is type of the extended location.

Name

Gets or sets the name.

Explicit Interface Implementations

IJsonModel<GalleryExtendedLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GalleryExtendedLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GalleryExtendedLocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GalleryExtendedLocation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GalleryExtendedLocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to