IApplicationGatewayIPConfiguration 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’une configuration IP de passerelle d’application.
public interface IApplicationGatewayIPConfiguration : 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.ApplicationGatewayIPConfigurationInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.Network.Fluent.IApplicationGateway>
type IApplicationGatewayIPConfiguration = interface
interface IHasInner<ApplicationGatewayIPConfigurationInner>
interface IChildResource<IApplicationGateway>
interface IHasName
interface IIndexable
interface IHasParent<IApplicationGateway>
Public Interface IApplicationGatewayIPConfiguration
Implements IChildResource(Of IApplicationGateway), IHasInner(Of ApplicationGatewayIPConfigurationInner), IHasParent(Of IApplicationGateway)
- Implémente
Propriétés
Inner |
Représentation côté client d’une configuration IP de passerelle d’application. (Hérité de IHasInner<T>) |
Key |
Représentation côté client d’une configuration IP de passerelle d’application. (Hérité de IIndexable) |
Name |
Obtient le nom de la ressource (Hérité de IHasName) |
NetworkId |
Obtient l’ID de ressource du réseau virtuel dans lequel se trouve la passerelle d’application. |
Parent |
Obtient le parent de cette ressource enfant. (Hérité de IHasParent<ParentT>) |
SubnetName |
Obtient le nom du sous-réseau dans lequel se trouve la passerelle d’application. |
Méthodes
GetSubnet() |
Représentation côté client d’une configuration IP de passerelle d’application. |
S’applique à
Azure SDK for .NET