你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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