FlowLogsClient Interface
public interface FlowLogsClient
An instance of this class provides access to all the operations defined in FlowLogsClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<FlowLogInner>,FlowLogInner> beginCreateOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)
Create or update a flow log for the specified network security group.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<FlowLogInner>,FlowLogInner> beginCreateOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters, Context context)
Create or update a flow log for the specified network security group.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<FlowLogInner>,FlowLogInner> beginCreateOrUpdateAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)
Create or update a flow log for the specified network security group.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkWatcherName, String flowLogName)
Deletes the specified flow log resource.
Parameters:
Returns:
beginDelete
public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkWatcherName, String flowLogName, Context context)
Deletes the specified flow log resource.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String networkWatcherName, String flowLogName)
Deletes the specified flow log resource.
Parameters:
Returns:
createOrUpdate
public abstract FlowLogInner createOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)
Create or update a flow log for the specified network security group.
Parameters:
Returns:
createOrUpdate
public abstract FlowLogInner createOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters, Context context)
Create or update a flow log for the specified network security group.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<FlowLogInner> createOrUpdateAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)
Create or update a flow log for the specified network security group.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)
Create or update a flow log for the specified network security group.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String networkWatcherName, String flowLogName)
Deletes the specified flow log resource.
Parameters:
delete
public abstract void delete(String resourceGroupName, String networkWatcherName, String flowLogName, Context context)
Deletes the specified flow log resource.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String networkWatcherName, String flowLogName)
Deletes the specified flow log resource.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName)
Deletes the specified flow log resource.
Parameters:
Returns:
get
public abstract FlowLogInner get(String resourceGroupName, String networkWatcherName, String flowLogName)
Gets a flow log resource by name.
Parameters:
Returns:
getAsync
public abstract Mono<FlowLogInner> getAsync(String resourceGroupName, String networkWatcherName, String flowLogName)
Gets a flow log resource by name.
Parameters:
Returns:
getWithResponse
public abstract Response<FlowLogInner> getWithResponse(String resourceGroupName, String networkWatcherName, String flowLogName, Context context)
Gets a flow log resource by name.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<FlowLogInner>> getWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName)
Gets a flow log resource by name.
Parameters:
Returns:
list
public abstract PagedIterable<FlowLogInner> list(String resourceGroupName, String networkWatcherName)
Lists all flow log resources for the specified Network Watcher.
Parameters:
Returns:
list
public abstract PagedIterable<FlowLogInner> list(String resourceGroupName, String networkWatcherName, Context context)
Lists all flow log resources for the specified Network Watcher.
Parameters:
Returns:
listAsync
public abstract PagedFlux<FlowLogInner> listAsync(String resourceGroupName, String networkWatcherName)
Lists all flow log resources for the specified Network Watcher.
Parameters:
Returns:
updateTags
public abstract FlowLogInner updateTags(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters)
Update tags of the specified flow log.
Parameters:
Returns:
updateTagsAsync
public abstract Mono<FlowLogInner> updateTagsAsync(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters)
Update tags of the specified flow log.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response<FlowLogInner> updateTagsWithResponse(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters, Context context)
Update tags of the specified flow log.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono<Response<FlowLogInner>> updateTagsWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName, TagsObject parameters)
Update tags of the specified flow log.
Parameters:
Returns: