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
Create or update a flow log for the specified network security group.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller
Create or update a flow log for the specified network security group.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux
Create or update a flow log for the specified network security group.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified flow log resource.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the specified flow log resource.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
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
Create or update a flow log for the specified network security group.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
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
Deletes the specified flow log resource.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
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
Gets a flow log resource by name.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets a flow log resource by name.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets a flow log resource by name.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all flow log resources for the specified Network Watcher.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all flow log resources for the specified Network Watcher.
Parameters:
Returns:
listAsync
public abstract PagedFlux
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
Update tags of the specified flow log.
Parameters:
Returns:
updateTagsWithResponse
public abstract Response
Update tags of the specified flow log.
Parameters:
Returns:
updateTagsWithResponseAsync
public abstract Mono
Update tags of the specified flow log.
Parameters:
Returns:
Applies to
Azure SDK for Java