Compartir a través de


NetworkGroupsOperationsExtensions.GetAsync Método

Definición

Obtiene el grupo de red especificado.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkGroup> GetAsync (this Microsoft.Azure.Management.Network.INetworkGroupsOperations operations, string resourceGroupName, string networkManagerName, string networkGroupName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Network.INetworkGroupsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.NetworkGroup>
<Extension()>
Public Function GetAsync (operations As INetworkGroupsOperations, resourceGroupName As String, networkManagerName As String, networkGroupName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NetworkGroup)

Parámetros

operations
INetworkGroupsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

networkManagerName
String

Nombre del administrador de red.

networkGroupName
String

Nombre del grupo de red.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a