public interface NetworkSecurityRule extends HasInner<com.microsoft.azure.management.network.implementation.SecurityRuleInner>, 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() |
List<String> |
destinationAddressPrefixes() |
Set<String> |
destinationApplicationSecurityGroupIds() |
String |
destinationPortRange() |
List<String> |
destinationPortRanges() |
SecurityRuleDirection |
direction() |
int |
priority() |
SecurityRuleProtocol |
protocol() |
String |
sourceAddressPrefix() |
List<String> |
sourceAddressPrefixes() |
Set<String> |
sourceApplicationSecurityGroupIds() |
String |
sourcePortRange() |
List<String> |
sourcePortRanges() |
inner
key
SecurityRuleDirection direction()
SecurityRuleProtocol protocol()
String description()
SecurityRuleAccess access()
String sourceAddressPrefix()
List<String> sourceAddressPrefixes()
String sourcePortRange()
List<String> sourcePortRanges()
String destinationAddressPrefix()
List<String> destinationAddressPrefixes()
String destinationPortRange()
List<String> destinationPortRanges()
int priority()
Set<String> sourceApplicationSecurityGroupIds()
Copyright © 2019. All rights reserved.