Compartir a través de


FlowLogsOperationsExtensions.Get Método

Definición

Obtiene un recurso de registro de flujo por nombre.

public static Microsoft.Azure.Management.Network.Models.FlowLog Get (this Microsoft.Azure.Management.Network.IFlowLogsOperations operations, string resourceGroupName, string networkWatcherName, string flowLogName);
static member Get : Microsoft.Azure.Management.Network.IFlowLogsOperations * string * string * string -> Microsoft.Azure.Management.Network.Models.FlowLog
<Extension()>
Public Function Get (operations As IFlowLogsOperations, resourceGroupName As String, networkWatcherName As String, flowLogName As String) As FlowLog

Parámetros

operations
IFlowLogsOperations

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

resourceGroupName
String

Nombre del grupo de recursos.

networkWatcherName
String

Nombre del monitor de red.

flowLogName
String

Nombre del recurso de registro de flujo.

Devoluciones

Se aplica a