Partager via


ApplicationGatewayIPConfiguration Interface

Implémente

ChildResource<ApplicationGateway> HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayIPConfigurationInner>

public interface ApplicationGatewayIPConfiguration
extends HasInner<com.microsoft.azure.management.network.implementation.ApplicationGatewayIPConfigurationInner>, ChildResource<ApplicationGateway>

Représentation côté client d’une configuration IP de passerelle d’application.

Résumé de la méthode

Modificateur et type Méthode et description
abstract Subnet getSubnet()
abstract java.lang.String networkId()
abstract java.lang.String subnetName()

Détails de la méthode

getSubnet

public abstract Subnet getSubnet()

Returns:

le sous-réseau dans lequel se trouve la passerelle d’application

Notez que cela entraîne un appel distinct à Azure.

networkId

public abstract String networkId()

Returns:

l’ID de ressource du réseau virtuel dans lequel se trouve la passerelle d’application

subnetName

public abstract String subnetName()

Returns:

nom du sous-réseau dans lequel se trouve la passerelle d’application

S’applique à