Condividi tramite


FlowLogsOperationsExtensions Class

Definition

Extension methods for FlowLogsOperations.

public static class FlowLogsOperationsExtensions
type FlowLogsOperationsExtensions = class
Public Module FlowLogsOperationsExtensions
Inheritance
FlowLogsOperationsExtensions

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