IUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Grouping of virtual network gateway connection update stages.
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Update.IWithAuthorization, Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Update.IWithBgp, Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Update.IWithSharedKey, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewayConnection>
type IUpdate = interface
interface IAppliable<IVirtualNetworkGatewayConnection>
interface IIndexable
interface IUpdateWithTags<IUpdate>
interface IWithBgp
interface IWithSharedKey
interface IWithAuthorization
Public Interface IUpdate
Implements IAppliable(Of IVirtualNetworkGatewayConnection), IUpdateWithTags(Of IUpdate), IWithAuthorization, IWithBgp, IWithSharedKey
- 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>) |
WithAuthorization(String) |
Specify authorization key. This is required in case of Express Route connection if Express Route circuit and virtual network gateway reside in different subscriptions. (Inherited from IWithAuthorization) |
WithBgp() |
Enable BGP for the connection. (Inherited from IWithBgp) |
WithoutBgp() |
Disable BGP for the connection. (Inherited from IWithBgp) |
WithoutTag(String) |
Removes a tag from the resource. (Inherited from IUpdateWithTags<T>) |
WithSharedKey(String) |
Specify shared key. (Inherited from IWithSharedKey) |
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
Azure SDK for .NET