GalleryImageIdentifier 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.
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. |