VpnServerConfigurationsClient Interface

Implements

public interface VpnServerConfigurationsClient
extends InnerSupportsGet<VpnServerConfigurationInner>, InnerSupportsListing<VpnServerConfigurationInner>, InnerSupportsDelete<Void>

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<VpnServerConfigurationInner>,VpnServerConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String vpnServerConfigurationName, VpnServerConfigurationInner vpnServerConfigurationParameters)

Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration.

abstract SyncPoller<PollResult<VpnServerConfigurationInner>,VpnServerConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String vpnServerConfigurationName, VpnServerConfigurationInner vpnServerConfigurationParameters, Context context)

Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration.

abstract PollerFlux<PollResult<VpnServerConfigurationInner>,VpnServerConfigurationInner> beginCreateOrUpdateAsync(String resourceGroupName, String vpnServerConfigurationName, VpnServerConfigurationInner vpnServerConfigurationParameters)

Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration.

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

Deletes a VpnServerConfiguration.

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

Deletes a VpnServerConfiguration.

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

Deletes a VpnServerConfiguration.

abstract VpnServerConfigurationInner createOrUpdate(String resourceGroupName, String vpnServerConfigurationName, VpnServerConfigurationInner vpnServerConfigurationParameters)

Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration.

abstract VpnServerConfigurationInner createOrUpdate(String resourceGroupName, String vpnServerConfigurationName, VpnServerConfigurationInner vpnServerConfigurationParameters, Context context)

Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration.

abstract Mono<VpnServerConfigurationInner> createOrUpdateAsync(String resourceGroupName, String vpnServerConfigurationName, VpnServerConfigurationInner vpnServerConfigurationParameters)

Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String vpnServerConfigurationName, VpnServerConfigurationInner vpnServerConfigurationParameters)

Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration.

abstract void delete(String resourceGroupName, String vpnServerConfigurationName)

Deletes a VpnServerConfiguration.

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

Deletes a VpnServerConfiguration.

abstract Mono<Void> deleteAsync(String resourceGroupName, String vpnServerConfigurationName)

Deletes a VpnServerConfiguration.

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

Deletes a VpnServerConfiguration.

abstract VpnServerConfigurationInner getByResourceGroup(String resourceGroupName, String vpnServerConfigurationName)

Retrieves the details of a VpnServerConfiguration.

abstract Mono<VpnServerConfigurationInner> getByResourceGroupAsync(String resourceGroupName, String vpnServerConfigurationName)

Retrieves the details of a VpnServerConfiguration.

abstract Response<VpnServerConfigurationInner> getByResourceGroupWithResponse(String resourceGroupName, String vpnServerConfigurationName, Context context)

Retrieves the details of a VpnServerConfiguration.

abstract Mono<Response<VpnServerConfigurationInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String vpnServerConfigurationName)

Retrieves the details of a VpnServerConfiguration.

abstract PagedIterable<VpnServerConfigurationInner> list()

Lists all the VpnServerConfigurations in a subscription.

abstract PagedIterable<VpnServerConfigurationInner> list(Context context)

Lists all the VpnServerConfigurations in a subscription.

abstract PagedFlux<VpnServerConfigurationInner> listAsync()

Lists all the VpnServerConfigurations in a subscription.

abstract PagedIterable<VpnServerConfigurationInner> listByResourceGroup(String resourceGroupName)

Lists all the vpnServerConfigurations in a resource group.

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

Lists all the vpnServerConfigurations in a resource group.

abstract PagedFlux<VpnServerConfigurationInner> listByResourceGroupAsync(String resourceGroupName)

Lists all the vpnServerConfigurations in a resource group.

abstract VpnServerConfigurationInner updateTags(String resourceGroupName, String vpnServerConfigurationName, TagsObject vpnServerConfigurationParameters)

Updates VpnServerConfiguration tags.

abstract Mono<VpnServerConfigurationInner> updateTagsAsync(String resourceGroupName, String vpnServerConfigurationName, TagsObject vpnServerConfigurationParameters)

Updates VpnServerConfiguration tags.

abstract Response<VpnServerConfigurationInner> updateTagsWithResponse(String resourceGroupName, String vpnServerConfigurationName, TagsObject vpnServerConfigurationParameters, Context context)

Updates VpnServerConfiguration tags.

abstract Mono<Response<VpnServerConfigurationInner>> updateTagsWithResponseAsync(String resourceGroupName, String vpnServerConfigurationName, TagsObject vpnServerConfigurationParameters)

Updates VpnServerConfiguration tags.

Method Details

beginCreateOrUpdate

public abstract SyncPoller,VpnServerConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String vpnServerConfigurationName, VpnServerConfigurationInner vpnServerConfigurationParameters)

Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being created or updated.
vpnServerConfigurationParameters - Parameters supplied to create or update VpnServerConfiguration.

Returns:

the SyncPoller<T,U> for polling of vpnServerConfiguration Resource.

beginCreateOrUpdate

public abstract SyncPoller,VpnServerConfigurationInner> beginCreateOrUpdate(String resourceGroupName, String vpnServerConfigurationName, VpnServerConfigurationInner vpnServerConfigurationParameters, Context context)

Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being created or updated.
vpnServerConfigurationParameters - Parameters supplied to create or update VpnServerConfiguration.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of vpnServerConfiguration Resource.

beginCreateOrUpdateAsync

public abstract PollerFlux,VpnServerConfigurationInner> beginCreateOrUpdateAsync(String resourceGroupName, String vpnServerConfigurationName, VpnServerConfigurationInner vpnServerConfigurationParameters)

Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being created or updated.
vpnServerConfigurationParameters - Parameters supplied to create or update VpnServerConfiguration.

Returns:

the PollerFlux<T,U> for polling of vpnServerConfiguration Resource.

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String vpnServerConfigurationName)

Deletes a VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being deleted.

Returns:

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

beginDelete

public abstract SyncPoller,Void> beginDelete(String resourceGroupName, String vpnServerConfigurationName, Context context)

Deletes a VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being deleted.
context - The context to associate with this operation.

Returns:

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

beginDeleteAsync

public abstract PollerFlux,Void> beginDeleteAsync(String resourceGroupName, String vpnServerConfigurationName)

Deletes a VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being deleted.

Returns:

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

createOrUpdate

public abstract VpnServerConfigurationInner createOrUpdate(String resourceGroupName, String vpnServerConfigurationName, VpnServerConfigurationInner vpnServerConfigurationParameters)

Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being created or updated.
vpnServerConfigurationParameters - Parameters supplied to create or update VpnServerConfiguration.

Returns:

vpnServerConfiguration Resource.

createOrUpdate

public abstract VpnServerConfigurationInner createOrUpdate(String resourceGroupName, String vpnServerConfigurationName, VpnServerConfigurationInner vpnServerConfigurationParameters, Context context)

Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being created or updated.
vpnServerConfigurationParameters - Parameters supplied to create or update VpnServerConfiguration.
context - The context to associate with this operation.

Returns:

vpnServerConfiguration Resource.

createOrUpdateAsync

public abstract Mono createOrUpdateAsync(String resourceGroupName, String vpnServerConfigurationName, VpnServerConfigurationInner vpnServerConfigurationParameters)

Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being created or updated.
vpnServerConfigurationParameters - Parameters supplied to create or update VpnServerConfiguration.

Returns:

vpnServerConfiguration Resource on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono>> createOrUpdateWithResponseAsync(String resourceGroupName, String vpnServerConfigurationName, VpnServerConfigurationInner vpnServerConfigurationParameters)

Creates a VpnServerConfiguration resource if it doesn't exist else updates the existing VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being created or updated.
vpnServerConfigurationParameters - Parameters supplied to create or update VpnServerConfiguration.

Returns:

vpnServerConfiguration Resource along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String vpnServerConfigurationName)

Deletes a VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being deleted.

delete

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

Deletes a VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being deleted.
context - The context to associate with this operation.

deleteAsync

public abstract Mono deleteAsync(String resourceGroupName, String vpnServerConfigurationName)

Deletes a VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being deleted.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

public abstract Mono>> deleteWithResponseAsync(String resourceGroupName, String vpnServerConfigurationName)

Deletes a VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being deleted.

Returns:

the Response<T> on successful completion of Mono.

getByResourceGroup

public abstract VpnServerConfigurationInner getByResourceGroup(String resourceGroupName, String vpnServerConfigurationName)

Retrieves the details of a VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being retrieved.

Returns:

vpnServerConfiguration Resource.

getByResourceGroupAsync

public abstract Mono getByResourceGroupAsync(String resourceGroupName, String vpnServerConfigurationName)

Retrieves the details of a VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being retrieved.

Returns:

vpnServerConfiguration Resource on successful completion of Mono.

getByResourceGroupWithResponse

public abstract Response getByResourceGroupWithResponse(String resourceGroupName, String vpnServerConfigurationName, Context context)

Retrieves the details of a VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being retrieved.
context - The context to associate with this operation.

Returns:

vpnServerConfiguration Resource along with Response<T>.

getByResourceGroupWithResponseAsync

public abstract Mono> getByResourceGroupWithResponseAsync(String resourceGroupName, String vpnServerConfigurationName)

Retrieves the details of a VpnServerConfiguration.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being retrieved.

Returns:

vpnServerConfiguration Resource along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable list()

Lists all the VpnServerConfigurations in a subscription.

Returns:

result of the request to list all VpnServerConfigurations as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(Context context)

Lists all the VpnServerConfigurations in a subscription.

Parameters:

context - The context to associate with this operation.

Returns:

result of the request to list all VpnServerConfigurations as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync()

Lists all the VpnServerConfigurations in a subscription.

Returns:

result of the request to list all VpnServerConfigurations as paginated response with PagedFlux<T>.

listByResourceGroup

public abstract PagedIterable listByResourceGroup(String resourceGroupName)

Lists all the vpnServerConfigurations in a resource group.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.

Returns:

result of the request to list all VpnServerConfigurations as paginated response with PagedIterable<T>.

listByResourceGroup

public abstract PagedIterable listByResourceGroup(String resourceGroupName, Context context)

Lists all the vpnServerConfigurations in a resource group.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
context - The context to associate with this operation.

Returns:

result of the request to list all VpnServerConfigurations as paginated response with PagedIterable<T>.

listByResourceGroupAsync

public abstract PagedFlux listByResourceGroupAsync(String resourceGroupName)

Lists all the vpnServerConfigurations in a resource group.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.

Returns:

result of the request to list all VpnServerConfigurations as paginated response with PagedFlux<T>.

updateTags

public abstract VpnServerConfigurationInner updateTags(String resourceGroupName, String vpnServerConfigurationName, TagsObject vpnServerConfigurationParameters)

Updates VpnServerConfiguration tags.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being updated.
vpnServerConfigurationParameters - Parameters supplied to update VpnServerConfiguration tags.

Returns:

vpnServerConfiguration Resource.

updateTagsAsync

public abstract Mono updateTagsAsync(String resourceGroupName, String vpnServerConfigurationName, TagsObject vpnServerConfigurationParameters)

Updates VpnServerConfiguration tags.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being updated.
vpnServerConfigurationParameters - Parameters supplied to update VpnServerConfiguration tags.

Returns:

vpnServerConfiguration Resource on successful completion of Mono.

updateTagsWithResponse

public abstract Response updateTagsWithResponse(String resourceGroupName, String vpnServerConfigurationName, TagsObject vpnServerConfigurationParameters, Context context)

Updates VpnServerConfiguration tags.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being updated.
vpnServerConfigurationParameters - Parameters supplied to update VpnServerConfiguration tags.
context - The context to associate with this operation.

Returns:

vpnServerConfiguration Resource along with Response<T>.

updateTagsWithResponseAsync

public abstract Mono> updateTagsWithResponseAsync(String resourceGroupName, String vpnServerConfigurationName, TagsObject vpnServerConfigurationParameters)

Updates VpnServerConfiguration tags.

Parameters:

resourceGroupName - The resource group name of the VpnServerConfiguration.
vpnServerConfigurationName - The name of the VpnServerConfiguration being updated.
vpnServerConfigurationParameters - Parameters supplied to update VpnServerConfiguration tags.

Returns:

vpnServerConfiguration Resource along with Response<T> on successful completion of Mono.

Applies to