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