Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Update Namespace

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.