你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GalleryTargetExtendedLocation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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. |