Freigeben über


IUpdate Schnittstelle

Definition

Die gesamte Aktualisierung einer Application Gateway-IP-Konfiguration als Teil eines Application Gateway-Updates.

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Update.IWithSubnet, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.HasSubnet.Update.IWithSubnet<Microsoft.Azure.Management.Network.Fluent.ApplicationGatewayIPConfiguration.Update.IUpdate>
type IUpdate = interface
    interface ISettable<IUpdate>
    interface IWithSubnet
    interface IWithSubnet<IUpdate>
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithSubnet, IWithSubnet(Of IUpdate)
Implementiert

Methoden

Parent()

Die gesamte Aktualisierung einer Application Gateway-IP-Konfiguration als Teil eines Application Gateway-Updates.

(Geerbt von ISettable<ParentT>)
WithExistingSubnet(INetwork, String)

Gibt ein vorhandenes Subnetz an, zu dem das Anwendungsgateway gehören soll, und ruft seine private IP-Adresse ab.

(Geerbt von IWithSubnet)
WithExistingSubnet(ISubnet)

Gibt ein vorhandenes Subnetz an, zu dem das Anwendungsgateway gehören soll, und ruft seine private IP-Adresse ab.

(Geerbt von IWithSubnet)
WithExistingSubnet(String, String)

Weist dieser Ressource das angegebene Subnetz zu.

(Geerbt von IWithSubnet<ReturnT>)

Gilt für: