AzureNetworkSecurityRuleConfigBase.DestinationApplicationSecurityGroupId 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 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