Partager via


IExpressRouteCircuitPeerings Interface

Définition

Point d’entrée pour l’API de gestion des peerings de circuits expressroute dans 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)
Implémente

Propriétés

Inner

Point d’entrée pour l’API de gestion des peerings de circuits expressroute dans Azure.

(Hérité de IHasInner<T>)
Parent

Obtient le parent de cette ressource enfant.

(Hérité de IHasParent<ParentT>)

Méthodes

DefineAzurePrivatePeering()

Commence la définition du peering privé Azure.

DefineAzurePublicPeering()

Commence la définition du peering public Azure.

DefineMicrosoftPeering()

Commence la définition du peering Microsoft.

DeleteById(String)

Supprime une ressource d’Azure, en l’identifiant par son ID de ressource.

(Hérité de ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Supprime une ressource d’Azure, en l’identifiant par son ID de ressource.

(Hérité de ISupportsDeletingById)
DeleteByName(String)

Supprime une ressource d’Azure, en l’identifiant par son nom de ressource.

(Hérité de ISupportsDeletingByName)
DeleteByNameAsync(String, CancellationToken)

Supprime une ressource de façon asynchrone d’Azure, en l’identifiant par son nom de ressource.

(Hérité de ISupportsDeletingByName)
GetById(String)

Obtient les informations sur une ressource d’Azure en fonction de l’ID de ressource.

(Hérité de ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

Obtient les informations sur une ressource d’Azure en fonction de l’ID de ressource.

(Hérité de ISupportsGettingById<T>)
GetByName(String)

Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel.

(Hérité de ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

Obtient les informations sur une ressource à partir d’Azure en fonction du nom de la ressource dans le groupe de ressources actuel.

(Hérité de ISupportsGettingByName<T>)
List()

Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné.

(Hérité de ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

Répertorie toutes les ressources du type spécifié dans l’abonnement actuellement sélectionné.

(Hérité de ISupportsListing<T>)

S’applique à