IFlowLogsOperations Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
FlowLogsOperations-Vorgänge.
public interface IFlowLogsOperations
type IFlowLogsOperations = interface
Public Interface IFlowLogsOperations
Methoden
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:
Azure SDK for .NET