Partager via


IWithAttach<ParentT> Interface

Définition

Dernière étape d’une définition de serveur frontal de passerelle d’application. À ce stade, tous les paramètres facultatifs restants peuvent être spécifiés, ou la définition frontend peut être attachée à la définition de passerelle Application Gateway parente.

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IWithPrivateIP<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IWithPublicIPAddress<ParentT>, Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IWithSubnet<ParentT>, Microsoft.Azure.Management.Network.Fluent.HasPrivateIPAddress.UpdateDefinition.IWithPrivateIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IWithAttach<ParentT>>, Microsoft.Azure.Management.Network.Fluent.HasPublicIPAddress.UpdateDefinition.IWithExistingPublicIPAddress<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IWithAttach<ParentT>>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IInUpdateAlt<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.UpdateDefinition.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayFrontend.UpdateDefinition.IWithAttach<ParentT>>
type IWithAttach<'ParentT> = interface
    interface IInUpdateAlt<'ParentT>
    interface IWithPublicIPAddress<'ParentT>
    interface IWithExistingPublicIPAddress<IWithAttach<'ParentT>>
    interface IWithSubnet<'ParentT>
    interface IWithSubnet<IWithAttach<'ParentT>>
    interface IWithPrivateIP<'ParentT>
    interface IWithPrivateIPAddress<IWithAttach<'ParentT>>
Public Interface IWithAttach(Of ParentT)
Implements IInUpdateAlt(Of ParentT), IWithExistingPublicIPAddress(Of IWithAttach(Of ParentT)), IWithPrivateIP(Of ParentT), IWithPrivateIPAddress(Of IWithAttach(Of ParentT)), IWithPublicIPAddress(Of ParentT), IWithSubnet(Of IWithAttach(Of ParentT)), IWithSubnet(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

Méthodes

Attach()

Joint la définition enfant à la mise à jour de la ressource parente.

(Hérité de IInUpdateAlt<ParentT>)
WithExistingPublicIPAddress(IPublicIPAddress)

Associe une adresse IP publique existante à la ressource.

(Hérité de IWithExistingPublicIPAddress<ReturnT>)
WithExistingPublicIPAddress(String)

Associe une adresse IP publique existante à la ressource.

(Hérité de IWithExistingPublicIPAddress<ReturnT>)
WithExistingSubnet(INetwork, String)

Affecte le sous-réseau spécifié à ce front-end privé.

(Hérité de IWithSubnet<ParentT>)
WithExistingSubnet(String, String)

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

(Hérité de IWithSubnet<ReturnT>)
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 à