GalleryTargetExtendedLocation Class

Definition

The GalleryTargetExtendedLocation.

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

Constructors

GalleryTargetExtendedLocation()

Initializes a new instance of GalleryTargetExtendedLocation.

Properties

Encryption

Optional. Allows users to provide customer managed keys for encrypting the OS and data disks in the gallery artifact.

ExtendedLocation

The name of the extended location.

ExtendedLocationReplicaCount

The number of replicas of the Image Version to be created per extended location. This property is updatable.

GalleryStorageAccountType

Specifies the storage account type to be used to store the image. This property is not updatable.

Name

The name of the region.

Explicit Interface Implementations

IJsonModel<GalleryTargetExtendedLocation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<GalleryTargetExtendedLocation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<GalleryTargetExtendedLocation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<GalleryTargetExtendedLocation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<GalleryTargetExtendedLocation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to