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.
The template for a local network gateway update operation, containing all the settings that can be modified.
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IWithAddressSpace, Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IWithBgp, Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IWithIPAddress, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.LocalNetworkGateway.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.ILocalNetworkGateway>
type IUpdate = interface
interface IAppliable<ILocalNetworkGateway>
interface IIndexable
interface IUpdateWithTags<IUpdate>
interface IWithIPAddress
interface IWithAddressSpace
interface IWithBgp
Public Interface IUpdate
Implements IAppliable(Of ILocalNetworkGateway), IUpdateWithTags(Of IUpdate), IWithAddressSpace, IWithBgp, IWithIPAddress
- 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>) |
WithAddressSpace(String) |
Adds address space. Note: this method's effect is additive, i.e. each time it is used, a new address space is added to the network. (Inherited from IWithAddressSpace) |
WithBgp(Int64, String) |
Enables BGP. (Inherited from IWithBgp) |
WithIPAddress(String) | (Inherited from IWithIPAddress) |
WithoutAddressSpace(String) |
Remove address space. Note: address space will be removed only in case of exact cidr string match. (Inherited from IWithAddressSpace) |
WithoutBgp() |
Disables BGP. (Inherited from IWithBgp) |
WithoutTag(String) |
Removes a tag from the resource. (Inherited from IUpdateWithTags<T>) |
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