Freigeben über


IFlowLogsOperations Schnittstelle

Definition

FlowLogsOperations-Vorgänge.

public interface IFlowLogsOperations
type IFlowLogsOperations = interface
Public Interface IFlowLogsOperations

Methoden

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, FlowLog, Dictionary<String,List<String>>, CancellationToken)

Erstellen oder aktualisieren Sie ein Flussprotokoll für die angegebene Netzwerksicherheitsgruppe.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Löscht die angegebene Flowprotokollressource.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, FlowLog, Dictionary<String,List<String>>, CancellationToken)

Erstellen oder aktualisieren Sie ein Flussprotokoll für die angegebene Netzwerksicherheitsgruppe.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Löscht die angegebene Flowprotokollressource.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft eine Flowprotokollressource anhand des Namens ab.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Listet alle Flowprotokollressourcen für die angegebene Network Watcher auf.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Listet alle Flowprotokollressourcen für die angegebene Network Watcher auf.

UpdateTagsWithHttpMessagesAsync(String, String, String, TagsObject, Dictionary<String,List<String>>, CancellationToken)

Aktualisieren von Tags des angegebenen Flussprotokolls.

Erweiterungsmethoden

BeginCreateOrUpdate(IFlowLogsOperations, String, String, String, FlowLog)

Erstellen oder aktualisieren Sie ein Flussprotokoll für die angegebene Netzwerksicherheitsgruppe.

BeginCreateOrUpdateAsync(IFlowLogsOperations, String, String, String, FlowLog, CancellationToken)

Erstellen oder aktualisieren Sie ein Flussprotokoll für die angegebene Netzwerksicherheitsgruppe.

BeginDelete(IFlowLogsOperations, String, String, String)

Löscht die angegebene Flowprotokollressource.

BeginDeleteAsync(IFlowLogsOperations, String, String, String, CancellationToken)

Löscht die angegebene Flowprotokollressource.

CreateOrUpdate(IFlowLogsOperations, String, String, String, FlowLog)

Erstellen oder aktualisieren Sie ein Flussprotokoll für die angegebene Netzwerksicherheitsgruppe.

CreateOrUpdateAsync(IFlowLogsOperations, String, String, String, FlowLog, CancellationToken)

Erstellen oder aktualisieren Sie ein Flussprotokoll für die angegebene Netzwerksicherheitsgruppe.

Delete(IFlowLogsOperations, String, String, String)

Löscht die angegebene Flowprotokollressource.

DeleteAsync(IFlowLogsOperations, String, String, String, CancellationToken)

Löscht die angegebene Flowprotokollressource.

Get(IFlowLogsOperations, String, String, String)

Ruft eine Flowprotokollressource anhand des Namens ab.

GetAsync(IFlowLogsOperations, String, String, String, CancellationToken)

Ruft eine Flowprotokollressource anhand des Namens ab.

List(IFlowLogsOperations, String, String)

Listet alle Flowprotokollressourcen für die angegebene Network Watcher auf.

ListAsync(IFlowLogsOperations, String, String, CancellationToken)

Listet alle Flowprotokollressourcen für die angegebene Network Watcher auf.

ListNext(IFlowLogsOperations, String)

Listet alle Flowprotokollressourcen für die angegebene Network Watcher auf.

ListNextAsync(IFlowLogsOperations, String, CancellationToken)

Listet alle Flowprotokollressourcen für die angegebene Network Watcher auf.

UpdateTags(IFlowLogsOperations, String, String, String, TagsObject)

Aktualisieren von Tags des angegebenen Flussprotokolls.

UpdateTagsAsync(IFlowLogsOperations, String, String, String, TagsObject, CancellationToken)

Aktualisieren von Tags des angegebenen Flussprotokolls.

Gilt für: