IUpdate Interface

Definition

The template for a virtual network gateway update operation, containing all the settings that can be modified.

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Update.IWithBgp, Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Update.IWithPointToSiteConfiguration, Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Update.IWithSku, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGateway.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGateway>
type IUpdate = interface
    interface IAppliable<IVirtualNetworkGateway>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithSku
    interface IWithBgp
    interface IWithPointToSiteConfiguration
Public Interface IUpdate
Implements IAppliable(Of IVirtualNetworkGateway), IUpdateWithTags(Of IUpdate), IWithBgp, IWithPointToSiteConfiguration, IWithSku
Implements

Properties

Key (Inherited from IIndexable)

Methods

Apply()

Execute the update request.

(Inherited from IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Execute the update request asynchronously.

(Inherited from IAppliable<T>)
DefinePointToSiteConfiguration()

Begins the definition of point-to-site configuration to be added to this virtual network gateway.

(Inherited from IWithPointToSiteConfiguration)
UpdatePointToSiteConfiguration()

Begins update of existing point-to-site configuration for this virtual network gateway.

(Inherited from IWithPointToSiteConfiguration)
WithBgp(Int64, String)

Enables BGP.

(Inherited from IWithBgp)
WithoutBgp()

Disables BGP for this virtual network gateway.

(Inherited from IWithBgp)
WithoutTag(String)

Removes a tag from the resource.

(Inherited from IUpdateWithTags<T>)
WithSku(VirtualNetworkGatewaySkuName) (Inherited from IWithSku)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IUpdateWithTags<T>)

Applies to