你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GalleryExtendedLocation Class

Definition

The name of the extended location.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryExtendedLocationTypeConverter))]
public class GalleryExtendedLocation : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryExtendedLocation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.GalleryExtendedLocationTypeConverter))>]
type GalleryExtendedLocation = class
    interface IGalleryExtendedLocation
    interface IJsonSerializable
Public Class GalleryExtendedLocation
Implements IGalleryExtendedLocation
Inheritance
GalleryExtendedLocation
Attributes
Implements

Constructors

GalleryExtendedLocation()

Creates an new GalleryExtendedLocation instance.

Properties

Name
Type

It is type of the extended location.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GalleryExtendedLocation.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GalleryExtendedLocation.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.IGalleryExtendedLocation.

FromJsonString(String)

Creates a new instance of GalleryExtendedLocation, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GalleryExtendedLocation into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to