Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Update Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interfaces
IUpdate |
The entirety of a security rule update as part of a network security group update. |
IWithDestinationAddressOrSecurityGroup |
The stage of the network rule description allowing the destination address to be specified. Note: network security rule must specify a non empty value for exactly one of: DestinationAddressPrefixes, DestinationAddressPrefix, DestinationApplicationSecurityGroups. |
IWithDestinationPort |
The stage of the network rule description allowing the destination port(s) to be specified. |
IWithDirectionAccess |
The stage of the network rule description allowing the direction and the access type to be specified. |
IWithProtocol |
The stage of the security rule description allowing the protocol that the rule applies to to be specified. |
IWithSourceAddressOrSecurityGroup |
The stage of the network rule description allowing the source address to be specified. Note: network security rule must specify a non empty value for exactly one of: SourceAddressPrefixes, SourceAddressPrefix, SourceApplicationSecurityGroups. |
IWithSourcePort |
The stage of the network rule description allowing the source port(s) to be specified. |