IWithPrivateIP<ParentT> 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.
Étape d’une définition frontale de passerelle d’application permettant de spécifier l’adresse IP privée à laquelle cette passerelle d’application doit être disponible au sein du réseau virtuel sélectionné.
public interface IWithPrivateIP<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.UpdateDefinition.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IWithAttach<ParentT>>
type IWithPrivateIP<'ParentT> = interface
interface IWithPrivateIPAddress<IWithAttach<'ParentT>>
Public Interface IWithPrivateIP(Of ParentT)
Implements IWithPrivateIPAddress(Of IWithAttach(Of ParentT))
Paramètres de type
- ParentT
Étape de la définition de passerelle Application Gateway parente à laquelle revenir après l’attachement de cette définition.
- Dérivé
- Implémente
-
IWithPrivateIPAddress<IWithAttach<ParentT>>
Méthodes
WithPrivateIPAddressDynamic() |
Active l’allocation d’adresses IP privées dynamiques dans le sous-réseau associé. (Hérité de IWithPrivateIPAddress<ReturnT>) |
WithPrivateIPAddressStatic(String) |
Affecte l’adresse IP privée statique spécifiée dans le sous-réseau associé. (Hérité de IWithPrivateIPAddress<ReturnT>) |
S’applique à
Azure SDK for .NET