IWithDestinationAddressOrSecurityGroup 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 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. |