NetworkSecurityGroupOperationsExtensions.ListAsync Method (INetworkSecurityGroupOperations)

 

Lists all of the Network Security Groups for the subscription.

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

<ExtensionAttribute>
Public Shared Function ListAsync (
	operations As INetworkSecurityGroupOperations
) As Task(Of NetworkSecurityGroupListResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations

Reference to the Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.

Return Value

Type: System.Threading.Tasks.Task(Of NetworkSecurityGroupListResponse)

The List Definitions operation response.

Return to top
Show: