Compartilhar via


NetworkGroupsOperationsExtensions.Get Método

Definição

Obtém o grupo de rede 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

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

networkManagerName
String

O nome do gerenciador de rede.

networkGroupName
String

O nome do grupo de rede.

Retornos

Aplica-se a