IWithSourceAddressOrSecurityGroup<ParentT>.WithSourceApplicationSecurityGroup Method
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.
Sets the application security group specified as source.
public Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Definition.IWithSourcePort<ParentT> WithSourceApplicationSecurityGroup (string id);
abstract member WithSourceApplicationSecurityGroup : string -> Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Definition.IWithSourcePort<'ParentT>
Public Function WithSourceApplicationSecurityGroup (id As String) As IWithSourcePort(Of ParentT)
Parameters
- id
- String
Application security group id.