VirtualNetworkTapsClient Interface

Implements

public interface VirtualNetworkTapsClient
extends InnerSupportsGet<VirtualNetworkTapInner>, InnerSupportsListing<VirtualNetworkTapInner>, InnerSupportsDelete<Void>

An instance of this class provides access to all the operations defined in VirtualNetworkTapsClient.

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<VirtualNetworkTapInner>,VirtualNetworkTapInner> beginCreateOrUpdate(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters)

Create a VirtualNetworkTap.

abstract SyncPoller<PollResult<VirtualNetworkTapInner>,VirtualNetworkTapInner> beginCreateOrUpdate(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters, Context context)

Create a VirtualNetworkTap.

abstract PollerFlux<PollResult<VirtualNetworkTapInner>,VirtualNetworkTapInner> beginCreateOrUpdateAsync(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters)

Create a VirtualNetworkTap.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String tapName)

Delete a VirtualNetworkTap.

abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String tapName, Context context)

Delete a VirtualNetworkTap.

abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String tapName)

Delete a VirtualNetworkTap.

abstract VirtualNetworkTapInner createOrUpdate(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters)

Create a VirtualNetworkTap.

abstract VirtualNetworkTapInner createOrUpdate(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters, Context context)

Create a VirtualNetworkTap.

abstract reactor.core.publisher.Mono<VirtualNetworkTapInner> createOrUpdateAsync(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters)

Create a VirtualNetworkTap.

abstract reactor.core.publisher.Mono<Response<reactor.core.publisher.Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters)

Create a VirtualNetworkTap.

abstract void delete(String resourceGroupName, String tapName)

Delete a VirtualNetworkTap.

abstract void delete(String resourceGroupName, String tapName, Context context)

Delete a VirtualNetworkTap.

abstract reactor.core.publisher.Mono<Void> deleteAsync(String resourceGroupName, String tapName)

Delete a VirtualNetworkTap.

abstract reactor.core.publisher.Mono<Response<reactor.core.publisher.Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String tapName)

Delete a VirtualNetworkTap.

abstract VirtualNetworkTapInner getByResourceGroup(String resourceGroupName, String tapName)

Get a VirtualNetworkTap.

abstract reactor.core.publisher.Mono<VirtualNetworkTapInner> getByResourceGroupAsync(String resourceGroupName, String tapName)

Get a VirtualNetworkTap.

abstract Response<VirtualNetworkTapInner> getByResourceGroupWithResponse(String resourceGroupName, String tapName, Context context)

Get a VirtualNetworkTap.

abstract reactor.core.publisher.Mono<Response<VirtualNetworkTapInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String tapName)

Get a VirtualNetworkTap.

abstract PagedIterable<VirtualNetworkTapInner> list()

Gets all the VirtualNetworkTaps in a subscription.

abstract PagedIterable<VirtualNetworkTapInner> list(Context context)

Gets all the VirtualNetworkTaps in a subscription.

abstract PagedFlux<VirtualNetworkTapInner> listAsync()

Gets all the VirtualNetworkTaps in a subscription.

abstract PagedIterable<VirtualNetworkTapInner> listByResourceGroup(String resourceGroupName)

Gets all the VirtualNetworkTaps in a subscription.

abstract PagedIterable<VirtualNetworkTapInner> listByResourceGroup(String resourceGroupName, Context context)

Gets all the VirtualNetworkTaps in a subscription.

abstract PagedFlux<VirtualNetworkTapInner> listByResourceGroupAsync(String resourceGroupName)

Gets all the VirtualNetworkTaps in a subscription.

abstract VirtualNetworkTapInner updateTags(String resourceGroupName, String tapName, TagsObject tapParameters)

Update a VirtualNetworkTap.

abstract reactor.core.publisher.Mono<VirtualNetworkTapInner> updateTagsAsync(String resourceGroupName, String tapName, TagsObject tapParameters)

Update a VirtualNetworkTap.

abstract Response<VirtualNetworkTapInner> updateTagsWithResponse(String resourceGroupName, String tapName, TagsObject tapParameters, Context context)

Update a VirtualNetworkTap.

abstract reactor.core.publisher.Mono<Response<VirtualNetworkTapInner>> updateTagsWithResponseAsync(String resourceGroupName, String tapName, TagsObject tapParameters)

Update a VirtualNetworkTap.

Method Details

beginCreateOrUpdate

public abstract SyncPoller<PollResult<VirtualNetworkTapInner>,VirtualNetworkTapInner> beginCreateOrUpdate(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters)

Create a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.
parameters - Parameters supplied to the create or update virtual network tap operation.

Returns:

the SyncPoller<T,U> for polling of virtual Network Tap resource.

beginCreateOrUpdate

public abstract SyncPoller<PollResult<VirtualNetworkTapInner>,VirtualNetworkTapInner> beginCreateOrUpdate(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters, Context context)

Create a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.
parameters - Parameters supplied to the create or update virtual network tap operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of virtual Network Tap resource.

beginCreateOrUpdateAsync

public abstract PollerFlux<PollResult<VirtualNetworkTapInner>,VirtualNetworkTapInner> beginCreateOrUpdateAsync(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters)

Create a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.
parameters - Parameters supplied to the create or update virtual network tap operation.

Returns:

the PollerFlux<T,U> for polling of virtual Network Tap resource.

beginDelete

public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String tapName)

Delete a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDelete

public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String tapName, Context context)

Delete a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of long-running operation.

beginDeleteAsync

public abstract PollerFlux<PollResult<Void>,Void> beginDeleteAsync(String resourceGroupName, String tapName)

Delete a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.

Returns:

the PollerFlux<T,U> for polling of long-running operation.

createOrUpdate

public abstract VirtualNetworkTapInner createOrUpdate(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters)

Create a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.
parameters - Parameters supplied to the create or update virtual network tap operation.

Returns:

virtual Network Tap resource.

createOrUpdate

public abstract VirtualNetworkTapInner createOrUpdate(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters, Context context)

Create a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.
parameters - Parameters supplied to the create or update virtual network tap operation.
context - The context to associate with this operation.

Returns:

virtual Network Tap resource.

createOrUpdateAsync

public abstract Mono<VirtualNetworkTapInner> createOrUpdateAsync(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters)

Create a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.
parameters - Parameters supplied to the create or update virtual network tap operation.

Returns:

virtual Network Tap resource on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String tapName, VirtualNetworkTapInner parameters)

Create a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.
parameters - Parameters supplied to the create or update virtual network tap operation.

Returns:

virtual Network Tap resource along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String tapName)

Delete a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.

delete

public abstract void delete(String resourceGroupName, String tapName, Context context)

Delete a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.
context - The context to associate with this operation.

deleteAsync

public abstract Mono<Void> deleteAsync(String resourceGroupName, String tapName)

Delete a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> deleteWithResponseAsync(String resourceGroupName, String tapName)

Delete a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.

Returns:

the Response<T> on successful completion of Mono.

getByResourceGroup

public abstract VirtualNetworkTapInner getByResourceGroup(String resourceGroupName, String tapName)

Get a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.

Returns:

a VirtualNetworkTap.

getByResourceGroupAsync

public abstract Mono<VirtualNetworkTapInner> getByResourceGroupAsync(String resourceGroupName, String tapName)

Get a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.

Returns:

a VirtualNetworkTap on successful completion of Mono.

getByResourceGroupWithResponse

public abstract Response<VirtualNetworkTapInner> getByResourceGroupWithResponse(String resourceGroupName, String tapName, Context context)

Get a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.
context - The context to associate with this operation.

Returns:

a VirtualNetworkTap along with Response<T>.

getByResourceGroupWithResponseAsync

public abstract Mono<Response<VirtualNetworkTapInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String tapName)

Get a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.

Returns:

a VirtualNetworkTap along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable<VirtualNetworkTapInner> list()

Gets all the VirtualNetworkTaps in a subscription.

Returns:

all the VirtualNetworkTaps in a subscription as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<VirtualNetworkTapInner> list(Context context)

Gets all the VirtualNetworkTaps in a subscription.

Parameters:

context - The context to associate with this operation.

Returns:

all the VirtualNetworkTaps in a subscription as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux<VirtualNetworkTapInner> listAsync()

Gets all the VirtualNetworkTaps in a subscription.

Returns:

all the VirtualNetworkTaps in a subscription as paginated response with PagedFlux<T>.

listByResourceGroup

public abstract PagedIterable<VirtualNetworkTapInner> listByResourceGroup(String resourceGroupName)

Gets all the VirtualNetworkTaps in a subscription.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.

Returns:

all the VirtualNetworkTaps in a subscription as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable<VirtualNetworkTapInner> listByResourceGroup(String resourceGroupName, Context context)

Gets all the VirtualNetworkTaps in a subscription.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
context - The context to associate with this operation.

Returns:

all the VirtualNetworkTaps in a subscription as paginated response with PagedIterable<T>.

listByResourceGroupAsync

public abstract PagedFlux<VirtualNetworkTapInner> listByResourceGroupAsync(String resourceGroupName)

Gets all the VirtualNetworkTaps in a subscription.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.

Returns:

all the VirtualNetworkTaps in a subscription as paginated response with PagedFlux<T>.

updateTags

public abstract VirtualNetworkTapInner updateTags(String resourceGroupName, String tapName, TagsObject tapParameters)

Update a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.
tapParameters - Parameters supplied to update VirtualNetworkTap tags.

Returns:

virtual Network Tap resource.

updateTagsAsync

public abstract Mono<VirtualNetworkTapInner> updateTagsAsync(String resourceGroupName, String tapName, TagsObject tapParameters)

Update a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.
tapParameters - Parameters supplied to update VirtualNetworkTap tags.

Returns:

virtual Network Tap resource on successful completion of Mono.

updateTagsWithResponse

public abstract Response<VirtualNetworkTapInner> updateTagsWithResponse(String resourceGroupName, String tapName, TagsObject tapParameters, Context context)

Update a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.
tapParameters - Parameters supplied to update VirtualNetworkTap tags.
context - The context to associate with this operation.

Returns:

virtual Network Tap resource along with Response<T>.

updateTagsWithResponseAsync

public abstract Mono<Response<VirtualNetworkTapInner>> updateTagsWithResponseAsync(String resourceGroupName, String tapName, TagsObject tapParameters)

Update a VirtualNetworkTap.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
tapName - The name of virtual network tap.
tapParameters - Parameters supplied to update VirtualNetworkTap tags.

Returns:

virtual Network Tap resource along with Response<T> on successful completion of Mono.

Applies to