public static interface NetworkSecurityGroup.DefinitionStages.WithRule
When the security rule description is complete enough, use Attachable.attach() to attach it to
this network security group.
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule.DefinitionStages.Blank<NetworkSecurityGroup.DefinitionStages.WithCreate> |
defineRule(String name)
Starts the definition of a new security rule.
|
NetworkSecurityRule.DefinitionStages.Blank<NetworkSecurityGroup.DefinitionStages.WithCreate> defineRule(String name)
name - the name for the new security rule/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/