Compartir a través de


NetworkGroupsOperationsExtensions.Get Método

Definición

Obtiene el grupo de red especificado.

public static Microsoft.Azure.Management.Network.Models.NetworkGroup Get (this Microsoft.Azure.Management.Network.INetworkGroupsOperations operations, string resourceGroupName, string networkManagerName, string networkGroupName);
static member Get : Microsoft.Azure.Management.Network.INetworkGroupsOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.NetworkGroup
<Extension()>
Public Function Get (operations As INetworkGroupsOperations, resourceGroupName As String, networkManagerName As String, networkGroupName As String) As 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.

Devoluciones

Se aplica a