IUpdate Interface

Definition

The entirety of an application gateway backend update as part of an application gateway update.

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
Implements

Methods

Parent() (Inherited from ISettable<ParentT>)
WithFqdn(String)

Adds the specified existing fully qualified domain name (FQDN) to the backend.

(Inherited from IWithAddress)
WithIPAddress(String)

Adds the specified existing IP address to the backend.

(Inherited from IWithAddress)
WithoutAddress(ApplicationGatewayBackendAddress)

Ensure the specified address is not associated with this backend.

(Inherited from IWithAddress)
WithoutFqdn(String)

Ensures the specified fully qualified domain name (FQDN) is not associated with this backend.

(Inherited from IWithAddress)
WithoutIPAddress(String)

Ensures the specified IP address is not associated with this backend.

(Inherited from IWithAddress)

Applies to