public static interface NetworkSecurityRule.UpdateStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup
The stage of the network rule description allowing the destination address to be specified.
|
static interface |
NetworkSecurityRule.UpdateStages.WithDestinationPort
The stage of the network rule description allowing the destination port(s) to be specified.
|
static interface |
NetworkSecurityRule.UpdateStages.WithDirectionAccess
The stage of the network rule description allowing the direction and the access type to be specified.
|
static interface |
NetworkSecurityRule.UpdateStages.WithProtocol
The stage of the security rule description allowing the protocol that the rule applies to to be specified.
|
static interface |
NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup
The stage of the network rule description allowing the source address to be specified.
|
static interface |
NetworkSecurityRule.UpdateStages.WithSourcePort
The stage of the network rule description allowing the source port(s) to be specified.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/