Partager via


IWithExistingSubnet Interface

Définition

Étape d’une mise à jour de passerelle d’application permettant de spécifier le sous-réseau à partir duquel la passerelle d’application obtient son adresse IP privée.

public interface IWithExistingSubnet : Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.Update.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>
type IWithExistingSubnet = interface
    interface IWithSubnet<IUpdate>
Public Interface IWithExistingSubnet
Implements IWithSubnet(Of IUpdate)
Dérivé
Implémente

Méthodes

WithExistingSubnet(INetwork, String)

Spécifie le sous-réseau à partir duquel la passerelle d’application obtient son adresse IP privée. Cette opération crée une configuration IP, si elle n’existe pas déjà. Les serveurs frontaux privés (internes) sont configurés pour utiliser ce sous-réseau.

WithExistingSubnet(ISubnet)

Spécifie le sous-réseau à partir duquel la passerelle d’application obtient son adresse IP privée. Cette opération crée une configuration IP, si elle n’existe pas déjà. Les serveurs frontaux privés (internes), s’ils ont été activés, seront configurés pour utiliser ce sous-réseau.

WithExistingSubnet(String, String)

Affecte le sous-réseau spécifié à cette ressource.

(Hérité de IWithSubnet<ReturnT>)

S’applique à