public static interface NetworkSecurityGroup.UpdateStages.WithRule
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.UpdateDefinitionStages.Blank<NetworkSecurityGroup.Update> |
defineRule(String name)
Begins the definition of a new security rule to be added to this network security group.
|
NetworkSecurityRule.Update |
updateRule(String name)
Begins the description of an update of an existing security rule of this network security group.
|
NetworkSecurityGroup.Update |
withoutRule(String name)
Removes an existing security rule.
|
NetworkSecurityGroup.Update withoutRule(String name)
name - the name of the security rule to removeNetworkSecurityRule.UpdateDefinitionStages.Blank<NetworkSecurityGroup.Update> defineRule(String name)
name - the name of the new security ruleNetworkSecurityRule.Update updateRule(String name)
name - the name of an existing security ruleCopyright © 2020 Microsoft Corporation. All rights reserved.