FlowLogsOperationsExtensions.CreateOrUpdate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET