IApplicationGatewayBackend 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 back-end de passerelle d’application.
public interface IApplicationGatewayBackend : Microsoft.Azure.Management.Network.Fluent.IHasBackendNics, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendAddressPoolInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayBackend = interface
interface IHasInner<ApplicationGatewayBackendAddressPoolInner>
interface IChildResource<IApplicationGateway>
interface IHasName
interface IIndexable
interface IHasParent<IApplicationGateway>
interface IHasBackendNics
Public Interface IApplicationGatewayBackend
Implements IChildResource(Of IApplicationGateway), IHasBackendNics, IHasInner(Of ApplicationGatewayBackendAddressPoolInner), IHasParent(Of IApplicationGateway)
- Implémente
Propriétés
Addresses |
Obtient des adresses sur le back-end de la passerelle d’application. |
BackendNicIPConfigurationNames |
Obtient une carte des noms des configurations IP des interfaces réseau attribuées à ce back-end, indexées par l’ID de ressource de leur carte réseau. (Hérité de IHasBackendNics) |
Inner |
Représentation côté client d’un back-end de passerelle d’application. (Hérité de IHasInner<T>) |
Key |
Représentation côté client d’un back-end de passerelle d’application. (Hérité de IIndexable) |
Name |
Obtient le nom de la ressource (Hérité de IHasName) |
Parent |
Obtient le parent de cette ressource enfant. (Hérité de IHasParent<ParentT>) |
Méthodes
ContainsFqdn(String) |
Vérifie si le nom de domaine complet spécifié est référencé par ce pool d’adresses back-end. |
ContainsIPAddress(String) |
Vérifie si l’adresse IP spécifiée est référencée par ce pool d’adresses back-end. |
S’applique à
Azure SDK for .NET