IWithDestinationAddressOrSecurityGroup<ParentT> Interface

Definition

The stage of the network rule definition 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<ParentT>
type IWithDestinationAddressOrSecurityGroup<'ParentT> = interface
Public Interface IWithDestinationAddressOrSecurityGroup(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

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