AzureNetworkSecurityRuleConfigBase.SourceApplicationSecurityGroup Property
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.
[System.Management.Automation.Parameter(HelpMessage="The application security group set as source for the rule. It cannot be used with 'SourceAddressPrefix' parameter.", Mandatory=false, ParameterSetName="SetByResource")]
public Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[] SourceApplicationSecurityGroup { get; set; }
[System.Management.Automation.Parameter(HelpMessage="The application security group set as source for the rule. It cannot be used with 'SourceAddressPrefix' parameter.", Mandatory=false, ParameterSetName="SetByResource")]
public System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup> SourceApplicationSecurityGroup { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The application security group set as source for the rule. It cannot be used with 'SourceAddressPrefix' parameter.", Mandatory=false, ParameterSetName="SetByResource")>]
member this.SourceApplicationSecurityGroup : Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup[] with get, set
[<System.Management.Automation.Parameter(HelpMessage="The application security group set as source for the rule. It cannot be used with 'SourceAddressPrefix' parameter.", Mandatory=false, ParameterSetName="SetByResource")>]
member this.SourceApplicationSecurityGroup : System.Collections.Generic.List<Microsoft.Azure.Commands.Network.Models.PSApplicationSecurityGroup> with get, set
Public Property SourceApplicationSecurityGroup As PSApplicationSecurityGroup()
Public Property SourceApplicationSecurityGroup As List(Of PSApplicationSecurityGroup)
Property Value
- Attributes