Skip to main content

peer_asns

Overview

Namepeer_asns
TypeResource
Idazure.peering.peer_asns

Fields

NameDatatypeDescription
idstringThe ID of the resource.
namestringThe name of the resource.
propertiesobjectThe properties that define a peer's ASN.
typestringThe type of the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTpeerAsnName, subscriptionIdGets the peer ASN with the specified name under the given subscription.
list_by_subscriptionSELECTsubscriptionIdLists all of the peer ASNs under the given subscription.
create_or_updateINSERTpeerAsnName, subscriptionIdCreates a new peer ASN or updates an existing peer ASN with the specified name under the given subscription.
deleteDELETEpeerAsnName, subscriptionIdDeletes an existing peer ASN with the specified name under the given subscription.
_list_by_subscriptionEXECsubscriptionIdLists all of the peer ASNs under the given subscription.