INetworkPeerings Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Point d’entrée de l’API de gestion du peering réseau.
public interface INetworkPeerings : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsBatchCreation<Microsoft.Azure.Management.Network.Fluent.INetworkPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingByParent, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Network.Fluent.INetworkPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Network.Fluent.INetworkPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkPeeringsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Network.Fluent.INetworkManager>
type INetworkPeerings = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsDeletingById
interface ISupportsGettingById<INetworkPeering>
interface ISupportsBatchCreation<INetworkPeering>
interface ISupportsDeletingByParent
interface ISupportsListing<INetworkPeering>
interface IHasManager<INetworkManager>
interface IHasInner<IVirtualNetworkPeeringsOperations>
Public Interface INetworkPeerings
Implements IBeta, IHasInner(Of IVirtualNetworkPeeringsOperations), IHasManager(Of INetworkManager), ISupportsBatchCreation(Of INetworkPeering), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsDeletingByParent, ISupportsGettingById(Of INetworkPeering), ISupportsListing(Of INetworkPeering)
- Implémente
Propriétés
Inner |
Point d’entrée de l’API de gestion du peering réseau. (Hérité de IHasInner<T>) |
Manager |
Obtient le type de client manager de ce type de ressource. (Hérité de IHasManager<ManagerT>) |
Méthodes
Create(ICreatable<IFluentResourceT>[]) |
Crée un ensemble (lot) de ressources. (Hérité de ISupportsBatchCreation<IFluentResourceT>) |
Create(IEnumerable<ICreatable<IFluentResourceT>>) |
Crée un ensemble (lot) de ressources. (Hérité de ISupportsBatchCreation<IFluentResourceT>) |
CreateAsync(IEnumerable<ICreatable<IFluentResourceT>>, CancellationToken) |
Crée un ensemble (lot) de ressources. (Hérité de ISupportsBatchCreation<IFluentResourceT>) |
Define(String) |
Point d’entrée de l’API de gestion du peering réseau. (Hérité de ISupportsCreating<T>) |
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) |
DeleteByParent(String, String, String) |
Supprime une ressource d’Azure, en l’identifiant par son nom et son groupe de ressources. (Hérité de ISupportsDeletingByParent) |
DeleteByParentAsync(String, String, String, CancellationToken) |
Supprimez de manière asynchrone une ressource d’Azure, en l’identifiant par son nom et son groupe de ressources. (Hérité de ISupportsDeletingByParent) |
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>) |
GetByRemoteNetwork(INetwork) |
Recherche le peering, le cas échéant, associé au réseau spécifié. (Notez que cela effectue un appel distinct à Azure.). |
GetByRemoteNetwork(String) |
Recherche le peering, le cas échéant, associé au réseau spécifié. (Notez que cela effectue un appel distinct à Azure.). |
GetByRemoteNetworkAsync(INetwork, CancellationToken) |
Recherche de manière asynchrone le peering, le cas échéant, associé au réseau spécifié. (Notez que cela effectue un appel distinct à Azure.). |
GetByRemoteNetworkAsync(String, CancellationToken) |
Recherche de manière asynchrone le peering, le cas échéant, associé au réseau spécifié. (Notez que cela effectue un appel distinct à Azure.). |
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 à
Azure SDK for .NET