IWithDestinationAddressOrSecurityGroup Interface

Definition

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.

public interface IWithDestinationAddressOrSecurityGroup
type IWithDestinationAddressOrSecurityGroup = interface
Public Interface IWithDestinationAddressOrSecurityGroup
Derived

Methods

ToAddress(String)

Specifies the traffic destination address range to which this rule applies.

ToAddresses(String[])

Specifies the traffic destination address prefixes to which this rule applies.

ToAnyAddress()

Makes the rule apply to any traffic destination address.

WithDestinationApplicationSecurityGroup(String)

Sets the application security group specified as destination.

Applies to