NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithDirectionAccess.allowInbound() |
Allows inbound traffic.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithDirectionAccess.allowOutbound() |
Allows outbound traffic.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithDirectionAccess.denyInbound() |
Blocks inbound traffic.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithDirectionAccess.denyOutbound() |
Blocks outbound traffic.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup.fromAddress(String cidr) |
Specifies the traffic source address prefix to which this rule applies.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup.fromAddresses(String... addresses) |
Specifies the traffic source address prefixes to which this rule applies.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup.fromAnyAddress() |
Specifies that the rule applies to any traffic source address.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithSourcePort.fromAnyPort() |
Makes this rule apply to any source port.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithSourcePort.fromPort(int port) |
Specifies the source port to which this rule applies.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithSourcePort.fromPortRange(int from,
int to) |
Specifies the source port range to which this rule applies.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithSourcePort.fromPortRanges(String... ranges) |
Specifies the source port ranges to which this rule applies.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup.toAddress(String cidr) |
Specifies the traffic destination address range to which this rule applies.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup.toAddresses(String... addresses) |
Specifies the traffic destination address prefixes to which this rule applies.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup.toAnyAddress() |
Makes the rule apply to any traffic destination address.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithDestinationPort.toAnyPort() |
Makes this rule apply to any destination port.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithDestinationPort.toPort(int port) |
Specifies the destination port to which this rule applies.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithDestinationPort.toPortRange(int from,
int to) |
Specifies the destination port range to which this rule applies.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithDestinationPort.toPortRanges(String... ranges) |
Specifies the destination port ranges to which this rule applies.
|
NetworkSecurityRule.Update |
NetworkSecurityGroup.UpdateStages.WithRule.updateRule(String name) |
Begins the description of an update of an existing security rule of this network security group.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithProtocol.withAnyProtocol() |
Makes this rule apply to any supported protocol.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.Update.withDescription(String description) |
Specifies a description for this security rule.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup.withDestinationApplicationSecurityGroup(String id) |
Sets the application security group specified as destination.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup.withoutDestinationApplicationSecurityGroup(String id) |
Removes the application security group specified as destination.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup.withoutSourceApplicationSecurityGroup(String id) |
Removes the application security group specified as source.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.Update.withPriority(int priority) |
Specifies the priority to assign to this security rule.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithProtocol.withProtocol(SecurityRuleProtocol protocol) |
Specifies the protocol that this rule applies to.
|
NetworkSecurityRule.Update |
NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup.withSourceApplicationSecurityGroup(String id) |
Sets the application security group specified as source.
|