public interface FlowLogsClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FlowLogInner>,FlowLogInner> |
beginCreateOrUpdate(String resourceGroupName,
String networkWatcherName,
String flowLogName,
FlowLogInner parameters)
Create or update a flow log for the specified network security group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FlowLogInner>,FlowLogInner> |
beginCreateOrUpdate(String resourceGroupName,
String networkWatcherName,
String flowLogName,
FlowLogInner parameters,
com.azure.core.util.Context context)
Create or update a flow log for the specified network security group.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FlowLogInner>,FlowLogInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String networkWatcherName,
String flowLogName,
FlowLogInner parameters)
Create or update a flow log for the specified network security group.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkWatcherName,
String flowLogName)
Deletes the specified flow log resource.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String networkWatcherName,
String flowLogName,
com.azure.core.util.Context context)
Deletes the specified flow log resource.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String networkWatcherName,
String flowLogName)
Deletes the specified flow log resource.
|
FlowLogInner |
createOrUpdate(String resourceGroupName,
String networkWatcherName,
String flowLogName,
FlowLogInner parameters)
Create or update a flow log for the specified network security group.
|
FlowLogInner |
createOrUpdate(String resourceGroupName,
String networkWatcherName,
String flowLogName,
FlowLogInner parameters,
com.azure.core.util.Context context)
Create or update a flow log for the specified network security group.
|
Mono<FlowLogInner> |
createOrUpdateAsync(String resourceGroupName,
String networkWatcherName,
String flowLogName,
FlowLogInner parameters)
Create or update a flow log for the specified network security group.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String flowLogName,
FlowLogInner parameters)
Create or update a flow log for the specified network security group.
|
void |
delete(String resourceGroupName,
String networkWatcherName,
String flowLogName)
Deletes the specified flow log resource.
|
void |
delete(String resourceGroupName,
String networkWatcherName,
String flowLogName,
com.azure.core.util.Context context)
Deletes the specified flow log resource.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String networkWatcherName,
String flowLogName)
Deletes the specified flow log resource.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String flowLogName)
Deletes the specified flow log resource.
|
FlowLogInner |
get(String resourceGroupName,
String networkWatcherName,
String flowLogName)
Gets a flow log resource by name.
|
Mono<FlowLogInner> |
getAsync(String resourceGroupName,
String networkWatcherName,
String flowLogName)
Gets a flow log resource by name.
|
com.azure.core.http.rest.Response<FlowLogInner> |
getWithResponse(String resourceGroupName,
String networkWatcherName,
String flowLogName,
com.azure.core.util.Context context)
Gets a flow log resource by name.
|
Mono<com.azure.core.http.rest.Response<FlowLogInner>> |
getWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String flowLogName)
Gets a flow log resource by name.
|
com.azure.core.http.rest.PagedIterable<FlowLogInner> |
list(String resourceGroupName,
String networkWatcherName)
Lists all flow log resources for the specified Network Watcher.
|
com.azure.core.http.rest.PagedIterable<FlowLogInner> |
list(String resourceGroupName,
String networkWatcherName,
com.azure.core.util.Context context)
Lists all flow log resources for the specified Network Watcher.
|
com.azure.core.http.rest.PagedFlux<FlowLogInner> |
listAsync(String resourceGroupName,
String networkWatcherName)
Lists all flow log resources for the specified Network Watcher.
|
FlowLogInner |
updateTags(String resourceGroupName,
String networkWatcherName,
String flowLogName)
Update tags of the specified flow log.
|
Mono<FlowLogInner> |
updateTagsAsync(String resourceGroupName,
String networkWatcherName,
String flowLogName)
Update tags of the specified flow log.
|
Mono<FlowLogInner> |
updateTagsAsync(String resourceGroupName,
String networkWatcherName,
String flowLogName,
Map<String,String> tags)
Update tags of the specified flow log.
|
com.azure.core.http.rest.Response<FlowLogInner> |
updateTagsWithResponse(String resourceGroupName,
String networkWatcherName,
String flowLogName,
Map<String,String> tags,
com.azure.core.util.Context context)
Update tags of the specified flow log.
|
Mono<com.azure.core.http.rest.Response<FlowLogInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String networkWatcherName,
String flowLogName,
Map<String,String> tags)
Update tags of the specified flow log.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log.parameters - Parameters that define the create or update flow log resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FlowLogInner>,FlowLogInner> beginCreateOrUpdateAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log.parameters - Parameters that define the create or update flow log resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FlowLogInner>,FlowLogInner> beginCreateOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log.parameters - Parameters that define the create or update flow log resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FlowLogInner>,FlowLogInner> beginCreateOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log.parameters - Parameters that define the create or update flow log resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<FlowLogInner> createOrUpdateAsync(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log.parameters - Parameters that define the create or update flow log resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FlowLogInner createOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log.parameters - Parameters that define the create or update flow log resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FlowLogInner createOrUpdate(String resourceGroupName, String networkWatcherName, String flowLogName, FlowLogInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log.parameters - Parameters that define the create or update flow log resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<FlowLogInner>> updateTagsWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName, Map<String,String> tags)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log.tags - Resource tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<FlowLogInner> updateTagsAsync(String resourceGroupName, String networkWatcherName, String flowLogName, Map<String,String> tags)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log.tags - Resource tags.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<FlowLogInner> updateTagsAsync(String resourceGroupName, String networkWatcherName, String flowLogName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FlowLogInner updateTags(String resourceGroupName, String networkWatcherName, String flowLogName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<FlowLogInner> updateTagsWithResponse(String resourceGroupName, String networkWatcherName, String flowLogName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log.tags - Resource tags.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<FlowLogInner>> getWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<FlowLogInner> getAsync(String resourceGroupName, String networkWatcherName, String flowLogName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.FlowLogInner get(String resourceGroupName, String networkWatcherName, String flowLogName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<FlowLogInner> getWithResponse(String resourceGroupName, String networkWatcherName, String flowLogName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String networkWatcherName, String flowLogName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String networkWatcherName, String flowLogName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkWatcherName, String flowLogName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDelete(String resourceGroupName, String networkWatcherName, String flowLogName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String networkWatcherName, String flowLogName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String networkWatcherName, String flowLogName)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String networkWatcherName, String flowLogName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.networkWatcherName - The name of the network watcher.flowLogName - The name of the flow log resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<FlowLogInner> listAsync(String resourceGroupName, String networkWatcherName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<FlowLogInner> list(String resourceGroupName, String networkWatcherName)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<FlowLogInner> list(String resourceGroupName, String networkWatcherName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group containing Network Watcher.networkWatcherName - The name of the Network Watcher resource.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2021 Microsoft Corporation. All rights reserved.