IWithSourceAddressOrSecurityGroup Interface
Definition
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.
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. |