IExpressRouteCircuitPeering Interface
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.
Client-side representation of express route circuit peering object, associated with express route circuit.
public interface IExpressRouteCircuitPeering : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ExpressRouteCircuitPeeringInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IIndependentChild<Microsoft.Azure.Management.Network.Fluent.INetworkManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuitPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuitPeering.Update.IUpdate>
type IExpressRouteCircuitPeering = interface
interface IBeta
interface IIndependentChild<INetworkManager>
interface IHasName
interface IHasId
interface IHasResourceGroup
interface IHasManager<INetworkManager>
interface IHasInner<ExpressRouteCircuitPeeringInner>
interface IRefreshable<IExpressRouteCircuitPeering>
interface IUpdatable<IUpdate>
Public Interface IExpressRouteCircuitPeering
Implements IBeta, IHasInner(Of ExpressRouteCircuitPeeringInner), IHasManager(Of INetworkManager), IIndependentChild(Of INetworkManager), IRefreshable(Of IExpressRouteCircuitPeering), IUpdatable(Of IUpdate)
- Implements
Properties
AzureAsn |
Gets the Azure ASN. |
Id |
Gets the resource id string (Inherited from IHasId) |
Inner | (Inherited from IHasInner<T>) |
IPv6PeeringConfig |
Gets the IPv6 peering configuration. |
LastModifiedBy |
Gets whether the provider or the customer last modified the peering. |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
MicrosoftPeeringConfig |
Gets The Microsoft peering configuration. |
Name |
Gets the name of the resource (Inherited from IHasName) |
PeerAsn |
Gets the peer ASN. |
PeeringType |
Gets peering type. |
PrimaryAzurePort |
Gets the primary port. |
PrimaryPeerAddressPrefix |
Gets the primary address prefix. |
ProvisioningState |
Gets the provisioning state of the resource. |
ResourceGroupName | (Inherited from IHasResourceGroup) |
SecondaryAzurePort |
Gets the secondary port. |
SecondaryPeerAddressPrefix |
Gets the secondary address prefix. |
SharedKey |
Gets the shared key. |
State |
Gets the state of peering. |
Stats |
Gets peering stats. |
VlanId |
Gets the VLAN ID. |
Methods
Refresh() |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Refreshes the resource to sync with Azure. (Inherited from IRefreshable<T>) |
Update() | (Inherited from IUpdatable<T>) |
Applies to
Azure SDK for .NET