public static interface NetworkSecurityRule.UpdateDefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NetworkSecurityRule.UpdateDefinitionStages.Blank<ParentT>
The first stage of a security rule description as part of an update of a networking security group.
|
static interface |
NetworkSecurityRule.UpdateDefinitionStages.WithAttach<ParentT>
The final stage of the security rule definition.
|
static interface |
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationAddressOrSecurityGroup<ParentT>
The stage of the network rule definition allowing the destination address to be specified.
|
static interface |
NetworkSecurityRule.UpdateDefinitionStages.WithDestinationPort<ParentT>
The stage of the network rule definition allowing the destination port(s) to be specified.
|
static interface |
NetworkSecurityRule.UpdateDefinitionStages.WithDirectionAccess<ParentT>
The stage of the network rule description allowing the direction and the access type to be specified.
|
static interface |
NetworkSecurityRule.UpdateDefinitionStages.WithProtocol<ParentT>
The stage of the security rule definition allowing the protocol that the rule applies to to be specified.
|
static interface |
NetworkSecurityRule.UpdateDefinitionStages.WithSourceAddressOrSecurityGroup<ParentT>
The stage of the network rule definition allowing the source address to be specified.
|
static interface |
NetworkSecurityRule.UpdateDefinitionStages.WithSourcePort<ParentT>
The stage of the network rule definition 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.
*/