FlowLogs interface
Interface représentant un FlowLogs.
Méthodes
| begin |
Créez ou mettez à jour un journal de flux pour le groupe de sécurité réseau spécifié. |
| begin |
Créez ou mettez à jour un journal de flux pour le groupe de sécurité réseau spécifié. |
| begin |
Supprime la ressource de journal de flux spécifiée. |
| begin |
Supprime la ressource de journal de flux spécifiée. |
| get(string, string, string, Flow |
Obtient une ressource de journal de flux par nom. |
| list(string, string, Flow |
Répertorie toutes les ressources du journal de flux pour le Network Watcher spécifié. |
| update |
Mettez à jour les balises du journal de flux spécifié. |
Détails de la méthode
beginCreateOrUpdate(string, string, string, FlowLog, FlowLogsCreateOrUpdateOptionalParams)
Créez ou mettez à jour un journal de flux pour le groupe de sécurité réseau spécifié.
function beginCreateOrUpdate(resourceGroupName: string, networkWatcherName: string, flowLogName: string, parameters: FlowLog, options?: FlowLogsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<FlowLog>, FlowLog>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- networkWatcherName
-
string
Nom de l’observateur 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.
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<FlowLog>, FlowLog>>
beginCreateOrUpdateAndWait(string, string, string, FlowLog, FlowLogsCreateOrUpdateOptionalParams)
Créez ou mettez à jour un journal de flux pour le groupe de sécurité réseau spécifié.
function beginCreateOrUpdateAndWait(resourceGroupName: string, networkWatcherName: string, flowLogName: string, parameters: FlowLog, options?: FlowLogsCreateOrUpdateOptionalParams): Promise<FlowLog>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- networkWatcherName
-
string
Nom de l’observateur 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.
Paramètres d’options.
Retours
Promise<FlowLog>
beginDelete(string, string, string, FlowLogsDeleteOptionalParams)
Supprime la ressource de journal de flux spécifiée.
function beginDelete(resourceGroupName: string, networkWatcherName: string, flowLogName: string, options?: FlowLogsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- networkWatcherName
-
string
Nom de l’observateur réseau.
- flowLogName
-
string
Nom de la ressource de journal de flux.
- options
- FlowLogsDeleteOptionalParams
Paramètres d’options.
Retours
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, FlowLogsDeleteOptionalParams)
Supprime la ressource de journal de flux spécifiée.
function beginDeleteAndWait(resourceGroupName: string, networkWatcherName: string, flowLogName: string, options?: FlowLogsDeleteOptionalParams): Promise<void>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- networkWatcherName
-
string
Nom de l’observateur réseau.
- flowLogName
-
string
Nom de la ressource de journal de flux.
- options
- FlowLogsDeleteOptionalParams
Paramètres d’options.
Retours
Promise<void>
get(string, string, string, FlowLogsGetOptionalParams)
Obtient une ressource de journal de flux par nom.
function get(resourceGroupName: string, networkWatcherName: string, flowLogName: string, options?: FlowLogsGetOptionalParams): Promise<FlowLog>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- networkWatcherName
-
string
Nom de l’observateur réseau.
- flowLogName
-
string
Nom de la ressource de journal de flux.
- options
- FlowLogsGetOptionalParams
Paramètres d’options.
Retours
Promise<FlowLog>
list(string, string, FlowLogsListOptionalParams)
Répertorie toutes les ressources du journal de flux pour le Network Watcher spécifié.
function list(resourceGroupName: string, networkWatcherName: string, options?: FlowLogsListOptionalParams): PagedAsyncIterableIterator<FlowLog, FlowLog[], PageSettings>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources contenant Network Watcher.
- networkWatcherName
-
string
Nom de la ressource Network Watcher.
- options
- FlowLogsListOptionalParams
Paramètres d’options.
Retours
updateTags(string, string, string, TagsObject, FlowLogsUpdateTagsOptionalParams)
Mettez à jour les balises du journal de flux spécifié.
function updateTags(resourceGroupName: string, networkWatcherName: string, flowLogName: string, parameters: TagsObject, options?: FlowLogsUpdateTagsOptionalParams): Promise<FlowLog>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources.
- networkWatcherName
-
string
Nom de l’observateur réseau.
- flowLogName
-
string
Nom du journal de flux.
- parameters
- TagsObject
Paramètres fournis pour mettre à jour les balises du journal de flux.
- options
- FlowLogsUpdateTagsOptionalParams
Paramètres d’options.
Retours
Promise<FlowLog>