IWithSourceAddressOrSecurityGroup Interface

Definition

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.

public interface IWithSourceAddressOrSecurityGroup
type IWithSourceAddressOrSecurityGroup = interface
Public Interface IWithSourceAddressOrSecurityGroup
Derived

Methods

FromAddress(String)

Specifies the traffic source address prefix to which this rule applies.

FromAddresses(String[])

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

FromAnyAddress()

Specifies that the rule applies to any traffic source address.

WithSourceApplicationSecurityGroup(String)

Sets the application security group specified as source.

Applies to