INetworkSecurityGroupOperations::GetAsync Method (String^, String^, CancellationToken)
Gets the details for the specified Network Security Group in the subscription.
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Task<NetworkSecurityGroupGetResponse^>^ GetAsync( String^ networkSecurityGroupName, String^ detailLevel, CancellationToken cancellationToken )
Parameters
- networkSecurityGroupName
-
Type:
System::String^
The name of the Network Security Group to retrieve.
- detailLevel
-
Type:
System::String^
Use 'Full' to list rules.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<NetworkSecurityGroupGetResponse^>^A Network Security Group associated with your subscription.
Show: