NetworkSecurityGroupOperationsExtensions::Get Method (INetworkSecurityGroupOperations^, String^, String^)
Gets the details for the specified Network Security Group in the subscription.
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
public: [ExtensionAttribute] static NetworkSecurityGroupGetResponse^ Get( INetworkSecurityGroupOperations^ operations, String^ networkSecurityGroupName, String^ detailLevel )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Network::INetworkSecurityGroupOperations^
Reference to the Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
- networkSecurityGroupName
-
Type:
System::String^
Required. The name of the Network Security Group to retrieve.
- detailLevel
-
Type:
System::String^
Optional. Use 'Full' to list rules.
Return Value
Type: Microsoft.WindowsAzure.Management.Network.Models::NetworkSecurityGroupGetResponse^A Network Security Group associated with your subscription.
Show: