IUpdate Schnittstelle

Definition

Das gesamte Anwendungsgateway-Back-End-Update als Teil eines Anwendungsgatewayupdates.

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

Methoden

Parent()

Das gesamte Anwendungsgateway-Back-End-Update als Teil eines Anwendungsgatewayupdates.

(Geerbt von ISettable<ParentT>)
WithFqdn(String)

Fügt dem Back-End den angegebenen vorhandenen vollqualifizierten Domänennamen (Fully Qualified Domain Name, FQDN) hinzu.

(Geerbt von IWithAddress)
WithIPAddress(String)

Fügt dem Back-End die angegebene vorhandene IP-Adresse hinzu.

(Geerbt von IWithAddress)
WithoutAddress(ApplicationGatewayBackendAddress)

Stellen Sie sicher, dass die angegebene Adresse diesem Back-End nicht zugeordnet ist.

(Geerbt von IWithAddress)
WithoutFqdn(String)

Stellt sicher, dass der angegebene vollqualifizierte Domänenname (FQDN) diesem Back-End nicht zugeordnet ist.

(Geerbt von IWithAddress)
WithoutIPAddress(String)

Stellt sicher, dass die angegebene IP-Adresse diesem Back-End nicht zugeordnet ist.

(Geerbt von IWithAddress)

Gilt für: