NetworkSecurityGroup.Update Interface
public interface Update extends Appliable,Resource.UpdateWithTags,NetworkSecurityGroup.UpdateStages.WithRule
The template for an update operation, containing all the settings that can be modified.
Call apply() to apply the changes to the resource in Azure.
Inherited Members
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
NetworkSecurityGroup.UpdateStages.WithRule.defineRule(String name)
Indexable.key()
NetworkSecurityGroup.UpdateStages.WithRule.updateRule(String name)
NetworkSecurityGroup.UpdateStages.WithRule.withoutRule(String name)
Resource.UpdateWithTags<T>.withoutTag(String key)
Resource.UpdateWithTags<T>.withTag(String key, String value)
Resource.UpdateWithTags<T>.withTags(Map<String, String> tags)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java