AzureNetworkSecurityRuleConfigBase.SourceApplicationSecurityGroupId 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="SetByResourceId")]
public string[] SourceApplicationSecurityGroupId { 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="SetByResourceId")]
public System.Collections.Generic.List<string> SourceApplicationSecurityGroupId { 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="SetByResourceId")>]
member this.SourceApplicationSecurityGroupId : string[] 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="SetByResourceId")>]
member this.SourceApplicationSecurityGroupId : System.Collections.Generic.List<string> with get, set
Public Property SourceApplicationSecurityGroupId As String()
Public Property SourceApplicationSecurityGroupId As List(Of String)
Property Value
String[]
- Attributes