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

GalleryImageIdentifier Class

Definition

This is the gallery image definition identifier.

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

Constructors

GalleryImageIdentifier()

Creates an new GalleryImageIdentifier instance.

Properties

Offer

The name of the gallery image definition offer.

Publisher

The name of the gallery image definition publisher.

Sku

The name of the gallery image definition SKU.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GalleryImageIdentifier.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GalleryImageIdentifier.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of GalleryImageIdentifier into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to