IUpdate Interface

Definition

The entirety of an application gateway IP configuration update as part of an application gateway update.

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)
Implements

Methods

Parent() (Inherited from ISettable<ParentT>)
WithExistingSubnet(INetwork, String)

Specifies an existing subnet the application gateway should be part of and get its private IP address from.

(Inherited from IWithSubnet)
WithExistingSubnet(ISubnet)

Specifies an existing subnet the application gateway should be part of and get its private IP address from.

(Inherited from IWithSubnet)
WithExistingSubnet(String, String)

Assigns the specified subnet to this resource.

(Inherited from IWithSubnet<ReturnT>)

Applies to