IWithSubnet.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 un sous-réseau existant dont la passerelle d’application doit faire partie et à partir de laquelle elle obtient son adresse IP privée. |
WithExistingSubnet(INetwork, String) |
Spécifie un sous-réseau existant dont la passerelle d’application doit faire partie et à partir de laquelle elle obtient son adresse IP privée. |
WithExistingSubnet(ISubnet)
Spécifie un sous-réseau existant dont la passerelle d’application doit faire partie et à partir de laquelle elle obtient son adresse IP privée.
public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Update.IUpdate WithExistingSubnet (Microsoft.Azure.Management.Network.Fluent.ISubnet subnet);
abstract member WithExistingSubnet : Microsoft.Azure.Management.Network.Fluent.ISubnet -> Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Update.IUpdate
Public Function WithExistingSubnet (subnet As ISubnet) As IUpdate
Paramètres
- subnet
- ISubnet
Sous-réseau existant.
Retours
S’applique à
WithExistingSubnet(INetwork, String)
Spécifie un sous-réseau existant dont la passerelle d’application doit faire partie et à partir de laquelle elle obtient son adresse IP privée.
public Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Update.IUpdate 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.ApplicationGatewayIPConfiguration.Update.IUpdate
Public Function WithExistingSubnet (network As INetwork, subnetName As String) As IUpdate
Paramètres
- network
- INetwork
Un réseau virtuel existant.
- subnetName
- String
Nom d’un sous-réseau dans le réseau sélectionné.
Retours
S’applique à
Azure SDK for .NET