IUpdate Interface

Definition

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

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
Implements

Methods

Parent() (Inherited from ISettable<ParentT>)
WithExistingPublicIPAddress(IPublicIPAddress)

Associates an existing public IP address with the resource.

(Inherited from IWithExistingPublicIPAddress<ReturnT>)
WithExistingPublicIPAddress(String)

Associates an existing public IP address with the resource.

(Inherited from IWithExistingPublicIPAddress<ReturnT>)
WithoutPublicIPAddress()

Removes the existing reference to a public IP address.

(Inherited from IWithExistingPublicIPAddress<ReturnT>)

Applies to