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 an update operation, containing all the settings that can be modified. Call Update.apply() to apply the changes to the resource in Azure.
public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.NetworkSecurityGroup.Update.IWithRule, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.NetworkSecurityGroup.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.INetworkSecurityGroup>
type IUpdate = interface
interface IAppliable<INetworkSecurityGroup>
interface IIndexable
interface IUpdateWithTags<IUpdate>
interface IWithRule
Public Interface IUpdate
Implements IAppliable(Of INetworkSecurityGroup), IUpdateWithTags(Of IUpdate), IWithRule
- 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>) |
DefineRule(String) |
Begins the definition of a new security rule to be added to this network security group. (Inherited from IWithRule) |
UpdateRule(String) |
Begins the description of an update of an existing security rule of this network security group. (Inherited from IWithRule) |
WithoutRule(String) |
Removes an existing security rule. (Inherited from IWithRule) |
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