IFlowLogsOperations Interface

Definition

FlowLogsOperations operations.

public interface IFlowLogsOperations
type IFlowLogsOperations = interface
Public Interface IFlowLogsOperations

Methods

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

Create or update a flow log for the specified network security group.

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

Deletes the specified flow log resource.

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

Create or update a flow log for the specified network security group.

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

Deletes the specified flow log resource.

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

Gets a flow log resource by name.

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

Lists all flow log resources for the specified Network Watcher.

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

Lists all flow log resources for the specified Network Watcher.

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

Update tags of the specified flow log.

Extension Methods

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

Create or update a flow log for the specified network security group.

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

Create or update a flow log for the specified network security group.

BeginDelete(IFlowLogsOperations, String, String, String)

Deletes the specified flow log resource.

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

Deletes the specified flow log resource.

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

Create or update a flow log for the specified network security group.

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

Create or update a flow log for the specified network security group.

Delete(IFlowLogsOperations, String, String, String)

Deletes the specified flow log resource.

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

Deletes the specified flow log resource.

Get(IFlowLogsOperations, String, String, String)

Gets a flow log resource by name.

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

Gets a flow log resource by name.

List(IFlowLogsOperations, String, String)

Lists all flow log resources for the specified Network Watcher.

ListAsync(IFlowLogsOperations, String, String, CancellationToken)

Lists all flow log resources for the specified Network Watcher.

ListNext(IFlowLogsOperations, String)

Lists all flow log resources for the specified Network Watcher.

ListNextAsync(IFlowLogsOperations, String, CancellationToken)

Lists all flow log resources for the specified Network Watcher.

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

Update tags of the specified flow log.

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

Update tags of the specified flow log.

Applies to