Partager via


FlowLogsOperationsExtensions.CreateOrUpdate Méthode

Définition

Créez ou mettez à jour un journal de flux pour le groupe de sécurité réseau spécifié.

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

Paramètres

operations
IFlowLogsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

networkWatcherName
String

Nom de l’observateur de réseau.

flowLogName
String

Nom du journal de flux.

parameters
FlowLog

Paramètres qui définissent la ressource de journal de flux de création ou de mise à jour.

Retours

S’applique à