INetworkPeering 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.
Représentation côté client d’un peering réseau.
public interface INetworkPeering : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.VirtualNetworkPeeringInner>, 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.INetworkPeering>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Network.Fluent.NetworkPeering.Update.IUpdate>
type INetworkPeering = interface
interface IBeta
interface IIndependentChild<INetworkManager>
interface IHasName
interface IHasId
interface IHasResourceGroup
interface IHasManager<INetworkManager>
interface IHasInner<VirtualNetworkPeeringInner>
interface IRefreshable<INetworkPeering>
interface IUpdatable<IUpdate>
Public Interface INetworkPeering
Implements IBeta, IHasInner(Of VirtualNetworkPeeringInner), IHasManager(Of INetworkManager), IIndependentChild(Of INetworkManager), IRefreshable(Of INetworkPeering), IUpdatable(Of IUpdate)
- Implémente
Propriétés
GatewayUse |
Obtient le type d’utilisation de passerelle activé pour ce réseau. |
Id |
Obtient la chaîne d’ID de ressource (Hérité de IHasId) |
Inner |
Représentation côté client d’un peering réseau. (Hérité de IHasInner<T>) |
IsSameSubscription |
Obtient true si les réseaux appairés se trouvent dans le même abonnement, sinon false. |
IsTrafficForwardingFromRemoteNetworkAllowed |
Obtient la valeur true si le transfert du trafic à partir du réseau distant est autorisé vers ce réseau. |
Manager |
Obtient le type de client manager de ce type de ressource. (Hérité de IHasManager<ManagerT>) |
Name |
Obtient le nom de la ressource (Hérité de IHasName) |
NetworkId |
Obtient l’ID du réseau virtuel local. |
RemoteNetworkId |
Obtient l’ID du réseau virtuel distant associé. |
ResourceGroupName |
Représentation côté client d’un peering réseau. (Hérité de IHasResourceGroup) |
State |
Obtient l’état du peering entre les deux réseaux. |
Méthodes
CheckAccessBetweenNetworks() |
Représentation côté client d’un peering réseau. |
GetRemoteNetwork() |
Représentation côté client d’un peering réseau. |
GetRemoteNetworkAsync(CancellationToken) |
Obtient le réseau distant associé à ce peering de manière asynchrone. |
GetRemotePeering() |
Représentation côté client d’un peering réseau. |
GetRemotePeeringAsync(CancellationToken) |
Obtient le peering correspondant associé sur le réseau distant s’il se trouve dans le même abonnement. |
Refresh() |
Actualise la ressource pour la synchroniser avec Azure. (Hérité de IRefreshable<T>) |
RefreshAsync(CancellationToken) |
Actualise la ressource pour la synchroniser avec Azure. (Hérité de IRefreshable<T>) |
Update() |
Représentation côté client d’un peering réseau. (Hérité de IUpdatable<T>) |
S’applique à
Azure SDK for .NET