Uses of Interface
com.microsoft.azure.management.network.NetworkSecurityRule.Update
Packages that use NetworkSecurityRule.Update
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of NetworkSecurityRule.Update in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return NetworkSecurityRule.UpdateModifier and TypeMethodDescriptionNetworkSecurityRule.UpdateStages.WithDirectionAccess.allowInbound()Allows inbound traffic.NetworkSecurityRule.UpdateStages.WithDirectionAccess.allowOutbound()Allows outbound traffic.NetworkSecurityRule.UpdateStages.WithDirectionAccess.denyInbound()Blocks inbound traffic.NetworkSecurityRule.UpdateStages.WithDirectionAccess.denyOutbound()Blocks outbound traffic.NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup.fromAddress(String cidr) Specifies the traffic source address prefix to which this rule applies.NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup.fromAddresses(String... addresses) Specifies the traffic source address prefixes to which this rule applies.NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup.fromAnyAddress()Specifies that the rule applies to any traffic source address.NetworkSecurityRule.UpdateStages.WithSourcePort.fromAnyPort()Makes this rule apply to any source port.NetworkSecurityRule.UpdateStages.WithSourcePort.fromPort(int port) Specifies the source port to which this rule applies.NetworkSecurityRule.UpdateStages.WithSourcePort.fromPortRange(int from, int to) Specifies the source port range to which this rule applies.NetworkSecurityRule.UpdateStages.WithSourcePort.fromPortRanges(String... ranges) Specifies the source port ranges to which this rule applies.Specifies the traffic destination address range to which this rule applies.NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup.toAddresses(String... addresses) Specifies the traffic destination address prefixes to which this rule applies.NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup.toAnyAddress()Makes the rule apply to any traffic destination address.NetworkSecurityRule.UpdateStages.WithDestinationPort.toAnyPort()Makes this rule apply to any destination port.NetworkSecurityRule.UpdateStages.WithDestinationPort.toPort(int port) Specifies the destination port to which this rule applies.NetworkSecurityRule.UpdateStages.WithDestinationPort.toPortRange(int from, int to) Specifies the destination port range to which this rule applies.NetworkSecurityRule.UpdateStages.WithDestinationPort.toPortRanges(String... ranges) Specifies the destination port ranges to which this rule applies.NetworkSecurityGroup.UpdateStages.WithRule.updateRule(String name) Begins the description of an update of an existing security rule of this network security group.NetworkSecurityRule.UpdateStages.WithProtocol.withAnyProtocol()Makes this rule apply to any supported protocol.NetworkSecurityRule.Update.withDescription(String description) Specifies a description for this security rule.NetworkSecurityRule.UpdateStages.WithDestinationAddressOrSecurityGroup.withDestinationApplicationSecurityGroup(String id) Sets the application security group specified as destination.NetworkSecurityRule.Update.withPriority(int priority) Specifies the priority to assign to this security rule.NetworkSecurityRule.UpdateStages.WithProtocol.withProtocol(SecurityRuleProtocol protocol) Specifies the protocol that this rule applies to.NetworkSecurityRule.UpdateStages.WithSourceAddressOrSecurityGroup.withSourceApplicationSecurityGroup(String id) Sets the application security group specified as source.