IWithSourceAddressOrSecurityGroup<ParentT> 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 definition 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<ParentT>
type IWithSourceAddressOrSecurityGroup<'ParentT> = interface
Public Interface IWithSourceAddressOrSecurityGroup(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- 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
Azure SDK for .NET