IExpressRouteCircuitPeerings Interface

Definition

Entry point for express route circuit peerings management API in Azure.

public interface IExpressRouteCircuitPeerings : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByName, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuitPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuitPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByNameAsync<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuitPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuitPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuitPeeringsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuit>
type IExpressRouteCircuitPeerings = interface
    interface IBeta
    interface ISupportsListing<IExpressRouteCircuitPeering>
    interface ISupportsGettingByName<IExpressRouteCircuitPeering>
    interface ISupportsGettingById<IExpressRouteCircuitPeering>
    interface ISupportsGettingByNameAsync<IExpressRouteCircuitPeering>
    interface ISupportsDeletingByName
    interface ISupportsDeletingById
    interface IHasInner<IExpressRouteCircuitPeeringsOperations>
    interface IHasParent<IExpressRouteCircuit>
Public Interface IExpressRouteCircuitPeerings
Implements IBeta, IHasInner(Of IExpressRouteCircuitPeeringsOperations), IHasParent(Of IExpressRouteCircuit), ISupportsDeletingById, ISupportsDeletingByName, ISupportsGettingById(Of IExpressRouteCircuitPeering), ISupportsGettingByName(Of IExpressRouteCircuitPeering), ISupportsGettingByNameAsync(Of IExpressRouteCircuitPeering), ISupportsListing(Of IExpressRouteCircuitPeering)
Implements

Properties

Inner (Inherited from IHasInner<T>)
Parent

Gets the parent of this child resource.

(Inherited from IHasParent<ParentT>)

Methods

DefineAzurePrivatePeering()

Begins definition of Azure private peering.

DefineAzurePublicPeering()

Begins definition of Azure public peering.

DefineMicrosoftPeering()

Begins definition of Microsoft peering.

DeleteById(String)

Deletes a resource from Azure, identifying it by its resource ID.

(Inherited from ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Deletes a resource from Azure, identifying it by its resource ID.

(Inherited from ISupportsDeletingById)
DeleteByName(String)

Deletes a resource from Azure, identifying it by its resource name.

(Inherited from ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

Deletes a resource asynchronously from Azure, identifying it by its resource name.

(Inherited from ISupportsDeletingByName)
GetById(String)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Gets the information about a resource from Azure based on the resource id.

(Inherited from ISupportsGettingById<T>)
GetByName(String)

Gets the information about a resource from Azure based on the resource name within the current resource group.

(Inherited from ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Gets the information about a resource from Azure based on the resource name within the current resource group.

(Inherited from ISupportsGettingByName<T>)
List()

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Lists all the resources of the specified type in the currently selected subscription.

(Inherited from ISupportsListing<T>)

Applies to