PeeringRegisteredAsn 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 customer's ASN that is registered by the peering service provider.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringRegisteredAsnTypeConverter))]
public class PeeringRegisteredAsn : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringRegisteredAsn, Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.PeeringRegisteredAsnTypeConverter))>]
type PeeringRegisteredAsn = class
interface IPeeringRegisteredAsn
interface IJsonSerializable
interface IResource
interface IValidates
Public Class PeeringRegisteredAsn
Implements IPeeringRegisteredAsn, IValidates
- Inheritance
-
PeeringRegisteredAsn
- Attributes
- Implements
Constructors
PeeringRegisteredAsn() |
Creates an new PeeringRegisteredAsn instance. |
Properties
Asn |
The customer's ASN from which traffic originates. |
Id |
The ID of the resource. |
Name |
The name of the resource. |
PeeringServicePrefixKey |
The peering service prefix key that is to be shared with the customer. |
ProvisioningState |
The provisioning state of the resource. |
ResourceGroupName |
Gets the resource group name |
Type |
The type of the resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PeeringRegisteredAsn. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PeeringRegisteredAsn. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IPeeringRegisteredAsn. |
FromJsonString(String) |
Creates a new instance of PeeringRegisteredAsn, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PeeringRegisteredAsn into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |