IWithExistingSubnet.WithExistingSubnet Méthode
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.
Surcharges
WithExistingSubnet(ISubnet) |
Spécifie le sous-réseau à partir duquel la passerelle d’application obtient son adresse IP privée. Cela crée une nouvelle configuration IP, si elle n’existe pas déjà. Les serveurs frontaux privés (internes), le cas échéant, seront configurés pour utiliser également ce sous-réseau. |
WithExistingSubnet(INetwork, String) |
Spécifie le sous-réseau à partir duquel la passerelle d’application obtient son adresse IP privée. Cela crée une nouvelle configuration IP, si elle n’existe pas déjà. Les serveurs frontaux privés (internes), le cas échéant, seront configurés pour utiliser également ce sous-réseau. |
WithExistingSubnet(ISubnet)
Spécifie le sous-réseau à partir duquel la passerelle d’application obtient son adresse IP privée. Cela crée une nouvelle configuration IP, si elle n’existe pas déjà. Les serveurs frontaux privés (internes), le cas échéant, seront configurés pour utiliser également ce sous-réseau.
public Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate WithExistingSubnet (Microsoft.Azure.Management.Network.Fluent.ISubnet subnet);
abstract member WithExistingSubnet : Microsoft.Azure.Management.Network.Fluent.ISubnet -> Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate
Public Function WithExistingSubnet (subnet As ISubnet) As IWithCreate
Paramètres
- subnet
- ISubnet
Sous-réseau existant.
Retours
S’applique à
WithExistingSubnet(INetwork, String)
Spécifie le sous-réseau à partir duquel la passerelle d’application obtient son adresse IP privée. Cela crée une nouvelle configuration IP, si elle n’existe pas déjà. Les serveurs frontaux privés (internes), le cas échéant, seront configurés pour utiliser également ce sous-réseau.
public Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate WithExistingSubnet (Microsoft.Azure.Management.Network.Fluent.INetwork network, string subnetName);
abstract member WithExistingSubnet : Microsoft.Azure.Management.Network.Fluent.INetwork * string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Definition.IWithCreate
Public Function WithExistingSubnet (network As INetwork, subnetName As String) As IWithCreate
Paramètres
- network
- INetwork
Réseau virtuel dont le sous-réseau fait partie.
- subnetName
- String
Nom d’un sous-réseau au sein du réseau sélectionné.
Retours
S’applique à
Azure SDK for .NET