Share via


PeeringRegisteredAsnProperties Class

Definition

The properties that define a registered ASN.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringRegisteredAsnPropertiesTypeConverter))]
public class PeeringRegisteredAsnProperties : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringRegisteredAsnProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringRegisteredAsnPropertiesTypeConverter))>]
type PeeringRegisteredAsnProperties = class
    interface IPeeringRegisteredAsnProperties
    interface IJsonSerializable
Public Class PeeringRegisteredAsnProperties
Implements IPeeringRegisteredAsnProperties
Inheritance
PeeringRegisteredAsnProperties
Attributes
Implements

Constructors

PeeringRegisteredAsnProperties()

Creates an new PeeringRegisteredAsnProperties instance.

Properties

Asn

The customer's ASN from which traffic originates.

PeeringServicePrefixKey

The peering service prefix key that is to be shared with the customer.

ProvisioningState

The provisioning state of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PeeringRegisteredAsnProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PeeringRegisteredAsnProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringRegisteredAsnProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PeeringRegisteredAsnProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to