Freigeben über


IUpdate Schnittstelle

Definition

Die gesamte Aktualisierung eines Application Gateway-Front-Ends als Teil eines Application Gateway-Updates.

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

Methoden

Parent()

Die gesamte Aktualisierung eines Application Gateway-Front-Ends als Teil eines Application Gateway-Updates.

(Geerbt von ISettable<ParentT>)
WithExistingPublicIPAddress(IPublicIPAddress)

Ordnet der Ressource eine vorhandene öffentliche IP-Adresse zu.

(Geerbt von IWithExistingPublicIPAddress<ReturnT>)
WithExistingPublicIPAddress(String)

Ordnet der Ressource eine vorhandene öffentliche IP-Adresse zu.

(Geerbt von IWithExistingPublicIPAddress<ReturnT>)
WithoutPublicIPAddress()

Entfernt den vorhandenen Verweis auf eine öffentliche IP-Adresse.

(Geerbt von IWithExistingPublicIPAddress<ReturnT>)

Gilt für: