public interface VirtualNetworkTapsClient extends InnerSupportsGet<VirtualNetworkTapInner>, InnerSupportsListing<VirtualNetworkTapInner>, InnerSupportsDelete<Void>
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkTapInner>,VirtualNetworkTapInner> |
beginCreateOrUpdate(String resourceGroupName,
String tapName,
VirtualNetworkTapInner parameters)
Creates or updates a Virtual Network Tap.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VirtualNetworkTapInner>,VirtualNetworkTapInner> |
beginCreateOrUpdate(String resourceGroupName,
String tapName,
VirtualNetworkTapInner parameters,
com.azure.core.util.Context context)
Creates or updates a Virtual Network Tap.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VirtualNetworkTapInner>,VirtualNetworkTapInner> |
beginCreateOrUpdateAsync(String resourceGroupName,
String tapName,
VirtualNetworkTapInner parameters)
Creates or updates a Virtual Network Tap.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String tapName)
Deletes the specified virtual network tap.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDelete(String resourceGroupName,
String tapName,
com.azure.core.util.Context context)
Deletes the specified virtual network tap.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteAsync(String resourceGroupName,
String tapName)
Deletes the specified virtual network tap.
|
VirtualNetworkTapInner |
createOrUpdate(String resourceGroupName,
String tapName,
VirtualNetworkTapInner parameters)
Creates or updates a Virtual Network Tap.
|
VirtualNetworkTapInner |
createOrUpdate(String resourceGroupName,
String tapName,
VirtualNetworkTapInner parameters,
com.azure.core.util.Context context)
Creates or updates a Virtual Network Tap.
|
Mono<VirtualNetworkTapInner> |
createOrUpdateAsync(String resourceGroupName,
String tapName,
VirtualNetworkTapInner parameters)
Creates or updates a Virtual Network Tap.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String tapName,
VirtualNetworkTapInner parameters)
Creates or updates a Virtual Network Tap.
|
void |
delete(String resourceGroupName,
String tapName)
Deletes the specified virtual network tap.
|
void |
delete(String resourceGroupName,
String tapName,
com.azure.core.util.Context context)
Deletes the specified virtual network tap.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String tapName)
Deletes the specified virtual network tap.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteWithResponseAsync(String resourceGroupName,
String tapName)
Deletes the specified virtual network tap.
|
VirtualNetworkTapInner |
getByResourceGroup(String resourceGroupName,
String tapName)
Gets information about the specified virtual network tap.
|
Mono<VirtualNetworkTapInner> |
getByResourceGroupAsync(String resourceGroupName,
String tapName)
Gets information about the specified virtual network tap.
|
com.azure.core.http.rest.Response<VirtualNetworkTapInner> |
getByResourceGroupWithResponse(String resourceGroupName,
String tapName,
com.azure.core.util.Context context)
Gets information about the specified virtual network tap.
|
Mono<com.azure.core.http.rest.Response<VirtualNetworkTapInner>> |
getByResourceGroupWithResponseAsync(String resourceGroupName,
String tapName)
Gets information about the specified virtual network tap.
|
com.azure.core.http.rest.PagedIterable<VirtualNetworkTapInner> |
list()
Gets all the VirtualNetworkTaps in a subscription.
|
com.azure.core.http.rest.PagedIterable<VirtualNetworkTapInner> |
list(com.azure.core.util.Context context)
Gets all the VirtualNetworkTaps in a subscription.
|
com.azure.core.http.rest.PagedFlux<VirtualNetworkTapInner> |
listAsync()
Gets all the VirtualNetworkTaps in a subscription.
|
com.azure.core.http.rest.PagedIterable<VirtualNetworkTapInner> |
listByResourceGroup(String resourceGroupName)
Gets all the VirtualNetworkTaps in a subscription.
|
com.azure.core.http.rest.PagedIterable<VirtualNetworkTapInner> |
listByResourceGroup(String resourceGroupName,
com.azure.core.util.Context context)
Gets all the VirtualNetworkTaps in a subscription.
|
com.azure.core.http.rest.PagedFlux<VirtualNetworkTapInner> |
listByResourceGroupAsync(String resourceGroupName)
Gets all the VirtualNetworkTaps in a subscription.
|
VirtualNetworkTapInner |
updateTags(String resourceGroupName,
String tapName)
Updates an VirtualNetworkTap tags.
|
Mono<VirtualNetworkTapInner> |
updateTagsAsync(String resourceGroupName,
String tapName)
Updates an VirtualNetworkTap tags.
|
Mono<VirtualNetworkTapInner> |
updateTagsAsync(String resourceGroupName,
String tapName,
Map<String,String> tags)
Updates an VirtualNetworkTap tags.
|
com.azure.core.http.rest.Response<VirtualNetworkTapInner> |
updateTagsWithResponse(String resourceGroupName,
String tapName,
Map<String,String> tags,
com.azure.core.util.Context context)
Updates an VirtualNetworkTap tags.
|
Mono<com.azure.core.http.rest.Response<VirtualNetworkTapInner>> |
updateTagsWithResponseAsync(String resourceGroupName,
String tapName,
Map<String,String> tags)
Updates an VirtualNetworkTap tags.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String tapName)
resourceGroupName - The name of the resource group.tapName - The name of the virtual network tap.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 tapName)
resourceGroupName - The name of the resource group.tapName - The name of the virtual network tap.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 tapName)
resourceGroupName - The name of the resource group.tapName - The name of the virtual network tap.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 tapName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.tapName - The name of the virtual network tap.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 tapName)
deleteAsync in interface InnerSupportsDelete<Void>resourceGroupName - The name of the resource group.tapName - The name of the virtual network tap.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 tapName)
resourceGroupName - The name of the resource group.tapName - The name of the virtual network tap.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 tapName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.tapName - The name of the virtual network tap.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<VirtualNetworkTapInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String tapName)
resourceGroupName - The name of the resource group.tapName - The name of virtual network tap.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<VirtualNetworkTapInner> getByResourceGroupAsync(String resourceGroupName, String tapName)
getByResourceGroupAsync in interface InnerSupportsGet<VirtualNetworkTapInner>resourceGroupName - The name of the resource group.tapName - The name of virtual network tap.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.VirtualNetworkTapInner getByResourceGroup(String resourceGroupName, String tapName)
getByResourceGroup in interface InnerSupportsGet<VirtualNetworkTapInner>resourceGroupName - The name of the resource group.tapName - The name of virtual network tap.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<VirtualNetworkTapInner> getByResourceGroupWithResponse(String resourceGroupName, String tapName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.tapName - The name of virtual network tap.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>>> createOrUpdateWithResponseAsync(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters)
resourceGroupName - The name of the resource group.tapName - The name of the virtual network tap.parameters - Virtual Network Tap 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<VirtualNetworkTapInner>,VirtualNetworkTapInner> beginCreateOrUpdateAsync(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters)
resourceGroupName - The name of the resource group.tapName - The name of the virtual network tap.parameters - Virtual Network Tap 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<VirtualNetworkTapInner>,VirtualNetworkTapInner> beginCreateOrUpdate(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters)
resourceGroupName - The name of the resource group.tapName - The name of the virtual network tap.parameters - Virtual Network Tap 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<VirtualNetworkTapInner>,VirtualNetworkTapInner> beginCreateOrUpdate(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.tapName - The name of the virtual network tap.parameters - Virtual Network Tap 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<VirtualNetworkTapInner> createOrUpdateAsync(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters)
resourceGroupName - The name of the resource group.tapName - The name of the virtual network tap.parameters - Virtual Network Tap 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.VirtualNetworkTapInner createOrUpdate(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters)
resourceGroupName - The name of the resource group.tapName - The name of the virtual network tap.parameters - Virtual Network Tap 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.VirtualNetworkTapInner createOrUpdate(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.tapName - The name of the virtual network tap.parameters - Virtual Network Tap 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<VirtualNetworkTapInner>> updateTagsWithResponseAsync(String resourceGroupName, String tapName, Map<String,String> tags)
resourceGroupName - The name of the resource group.tapName - The name of the tap.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<VirtualNetworkTapInner> updateTagsAsync(String resourceGroupName, String tapName, Map<String,String> tags)
resourceGroupName - The name of the resource group.tapName - The name of the tap.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<VirtualNetworkTapInner> updateTagsAsync(String resourceGroupName, String tapName)
resourceGroupName - The name of the resource group.tapName - The name of the tap.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.VirtualNetworkTapInner updateTags(String resourceGroupName, String tapName)
resourceGroupName - The name of the resource group.tapName - The name of the tap.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<VirtualNetworkTapInner> updateTagsWithResponse(String resourceGroupName, String tapName, Map<String,String> tags, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.tapName - The name of the tap.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.com.azure.core.http.rest.PagedFlux<VirtualNetworkTapInner> listAsync()
listAsync in interface InnerSupportsListing<VirtualNetworkTapInner>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<VirtualNetworkTapInner> list()
list in interface InnerSupportsListing<VirtualNetworkTapInner>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<VirtualNetworkTapInner> list(com.azure.core.util.Context context)
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<VirtualNetworkTapInner> listByResourceGroupAsync(String resourceGroupName)
listByResourceGroupAsync in interface InnerSupportsListing<VirtualNetworkTapInner>resourceGroupName - The name of the resource group.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<VirtualNetworkTapInner> listByResourceGroup(String resourceGroupName)
listByResourceGroup in interface InnerSupportsListing<VirtualNetworkTapInner>resourceGroupName - The name of the resource group.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<VirtualNetworkTapInner> listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group.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 © 2020 Microsoft Corporation. All rights reserved.