AzureNetworkSecurityRuleConfigBase.DestinationApplicationSecurityGroupId Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The application security group set as destination for the rule. It cannot be used with 'DestinationAddressPrefix' parameter.", Mandatory=false, ParameterSetName="SetByResourceId")]
public string[] DestinationApplicationSecurityGroupId { get; set; }
[System.Management.Automation.Parameter(HelpMessage="The application security group set as destination for the rule. It cannot be used with 'DestinationAddressPrefix' parameter.", Mandatory=false, ParameterSetName="SetByResourceId")]
public System.Collections.Generic.List<string> DestinationApplicationSecurityGroupId { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The application security group set as destination for the rule. It cannot be used with 'DestinationAddressPrefix' parameter.", Mandatory=false, ParameterSetName="SetByResourceId")>]
member this.DestinationApplicationSecurityGroupId : string[] with get, set
[<System.Management.Automation.Parameter(HelpMessage="The application security group set as destination for the rule. It cannot be used with 'DestinationAddressPrefix' parameter.", Mandatory=false, ParameterSetName="SetByResourceId")>]
member this.DestinationApplicationSecurityGroupId : System.Collections.Generic.List<string> with get, set
Public Property DestinationApplicationSecurityGroupId As String()
Public Property DestinationApplicationSecurityGroupId As List(Of String)

Property Value

String[]
Attributes

Applies to