public interface NetworkSecurityRule extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.network.implementation.SecurityRuleInner>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<NetworkSecurityGroup>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
NetworkSecurityRule.Definition<ParentT>
The entirety of a network security rule definition.
|
static interface |
NetworkSecurityRule.DefinitionStages
Grouping of security rule definition stages applicable as part of a network security group creation.
|
static interface |
NetworkSecurityRule.Update
The entirety of a security rule update as part of a network security group update.
|
static interface |
NetworkSecurityRule.UpdateDefinition<ParentT>
The entirety of a network security rule definition as part of a network security group update.
|
static interface |
NetworkSecurityRule.UpdateDefinitionStages
Grouping of security rule definition stages applicable as part of a network security group update.
|
static interface |
NetworkSecurityRule.UpdateStages
Grouping of security rule update stages.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityRuleAccess |
access() |
String |
description() |
String |
destinationAddressPrefix() |
String |
destinationPortRange() |
SecurityRuleDirection |
direction() |
int |
priority() |
SecurityRuleProtocol |
protocol() |
String |
sourceAddressPrefix() |
String |
sourcePortRange() |
innerkeySecurityRuleDirection direction()
SecurityRuleProtocol protocol()
String description()
SecurityRuleAccess access()
String sourceAddressPrefix()
String sourcePortRange()
String destinationAddressPrefix()
String destinationPortRange()
int priority()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/