EdgeZonesIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeZones.Models.EdgeZonesIdentityTypeConverter))]
public class EdgeZonesIdentity : Microsoft.Azure.PowerShell.Cmdlets.EdgeZones.Models.IEdgeZonesIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EdgeZones.Models.EdgeZonesIdentityTypeConverter))>]
type EdgeZonesIdentity = class
interface IEdgeZonesIdentity
interface IJsonSerializable
Public Class EdgeZonesIdentity
Implements IEdgeZonesIdentity
- Inheritance
-
EdgeZonesIdentity
- Attributes
- Implements
Constructors
EdgeZonesIdentity() |
Creates an new EdgeZonesIdentity instance. |
Properties
ExtendedZoneName |
The name of the ExtendedZone |
Id |
Resource identity path |
SubscriptionId |
The ID of the target subscription. The value must be an UUID. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of EdgeZonesIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of EdgeZonesIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.EdgeZones.Models.IEdgeZonesIdentity. |
FromJsonString(String) |
Creates a new instance of EdgeZonesIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of EdgeZonesIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |