PeeringIdentity 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.Peering.Models.PeeringIdentityTypeConverter))]
public class PeeringIdentity : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IPeeringIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.PeeringIdentityTypeConverter))>]
type PeeringIdentity = class
interface IPeeringIdentity
interface IJsonSerializable
Public Class PeeringIdentity
Implements IPeeringIdentity
- Inheritance
-
PeeringIdentity
- Attributes
- Implements
Constructors
PeeringIdentity() |
Creates an new PeeringIdentity instance. |
Properties
ConnectionMonitorTestName |
The name of the connection monitor test |
Id |
Resource identity path |
PeerAsnName |
The peer ASN name. |
PeeringName |
The name of the peering. |
PeeringServiceName |
The name of the peering service. |
PrefixName |
The name of the prefix. |
RegisteredAsnName |
The name of the registered ASN. |
RegisteredPrefixName |
The name of the registered prefix. |
ResourceGroupName |
The name of the resource group. |
SubscriptionId |
The Azure subscription ID. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PeeringIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PeeringIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.IPeeringIdentity. |
FromJsonString(String) |
Creates a new instance of PeeringIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PeeringIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |