PrivateEndpointConnectionsClient Interface

public interface PrivateEndpointConnectionsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)

Approve or reject a private endpoint connection with a given name.

abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, Context context)

Approve or reject a private endpoint connection with a given name.

abstract PollerFlux<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)

Approve or reject a private endpoint connection with a given name.

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

Deletes a private endpoint connection with a given name.

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

Deletes a private endpoint connection with a given name.

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

Deletes a private endpoint connection with a given name.

abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginUpdateTags(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters)

Updates tags on private endpoint connection.

abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginUpdateTags(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters, Context context)

Updates tags on private endpoint connection.

abstract PollerFlux<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginUpdateTagsAsync(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters)

Updates tags on private endpoint connection.

abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)

Approve or reject a private endpoint connection with a given name.

abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, Context context)

Approve or reject a private endpoint connection with a given name.

abstract Mono<PrivateEndpointConnectionInner> createOrUpdateAsync(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)

Approve or reject a private endpoint connection with a given name.

abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)

Approve or reject a private endpoint connection with a given name.

abstract void delete(String resourceGroupName, String serverName, String privateEndpointConnectionName)

Deletes a private endpoint connection with a given name.

abstract void delete(String resourceGroupName, String serverName, String privateEndpointConnectionName, Context context)

Deletes a private endpoint connection with a given name.

abstract Mono<Void> deleteAsync(String resourceGroupName, String serverName, String privateEndpointConnectionName)

Deletes a private endpoint connection with a given name.

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

Deletes a private endpoint connection with a given name.

abstract PrivateEndpointConnectionInner get(String resourceGroupName, String serverName, String privateEndpointConnectionName)

Gets a private endpoint connection.

abstract Mono<PrivateEndpointConnectionInner> getAsync(String resourceGroupName, String serverName, String privateEndpointConnectionName)

Gets a private endpoint connection.

abstract Response<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String serverName, String privateEndpointConnectionName, Context context)

Gets a private endpoint connection.

abstract Mono<Response<PrivateEndpointConnectionInner>> getWithResponseAsync(String resourceGroupName, String serverName, String privateEndpointConnectionName)

Gets a private endpoint connection.

abstract PagedIterable<PrivateEndpointConnectionInner> listByServer(String resourceGroupName, String serverName)

Gets all private endpoint connections on a server.

abstract PagedIterable<PrivateEndpointConnectionInner> listByServer(String resourceGroupName, String serverName, Context context)

Gets all private endpoint connections on a server.

abstract PagedFlux<PrivateEndpointConnectionInner> listByServerAsync(String resourceGroupName, String serverName)

Gets all private endpoint connections on a server.

abstract PrivateEndpointConnectionInner updateTags(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters)

Updates tags on private endpoint connection.

abstract PrivateEndpointConnectionInner updateTags(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters, Context context)

Updates tags on private endpoint connection.

abstract Mono<PrivateEndpointConnectionInner> updateTagsAsync(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters)

Updates tags on private endpoint connection.

abstract Mono<Response<Flux<ByteBuffer>>> updateTagsWithResponseAsync(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters)

Updates tags on private endpoint connection.

Method Details

beginCreateOrUpdate

public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)

Approve or reject a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.
parameters - The parameters parameter.

Returns:

the SyncPoller<T,U> for polling of a private endpoint connection.

beginCreateOrUpdate

public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, Context context)

Approve or reject a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.
parameters - The parameters parameter.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of a private endpoint connection.

beginCreateOrUpdateAsync

public abstract PollerFlux<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)

Approve or reject a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.
parameters - The parameters parameter.

Returns:

the PollerFlux<T,U> for polling of a private endpoint connection.

beginDelete

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

Deletes a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.

Returns:

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

beginDelete

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

Deletes a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.
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 serverName, String privateEndpointConnectionName)

Deletes a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.

Returns:

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

beginUpdateTags

public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginUpdateTags(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters)

Updates tags on private endpoint connection. Updates private endpoint connection with the specified tags.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.
parameters - Parameters supplied to the Update private endpoint connection Tags operation.

Returns:

the SyncPoller<T,U> for polling of a private endpoint connection.

beginUpdateTags

public abstract SyncPoller<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginUpdateTags(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters, Context context)

Updates tags on private endpoint connection. Updates private endpoint connection with the specified tags.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.
parameters - Parameters supplied to the Update private endpoint connection Tags operation.
context - The context to associate with this operation.

Returns:

the SyncPoller<T,U> for polling of a private endpoint connection.

beginUpdateTagsAsync

public abstract PollerFlux<PollResult<PrivateEndpointConnectionInner>,PrivateEndpointConnectionInner> beginUpdateTagsAsync(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters)

Updates tags on private endpoint connection. Updates private endpoint connection with the specified tags.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.
parameters - Parameters supplied to the Update private endpoint connection Tags operation.

Returns:

the PollerFlux<T,U> for polling of a private endpoint connection.

createOrUpdate

public abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)

Approve or reject a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.
parameters - The parameters parameter.

Returns:

a private endpoint connection.

createOrUpdate

public abstract PrivateEndpointConnectionInner createOrUpdate(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters, Context context)

Approve or reject a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.
parameters - The parameters parameter.
context - The context to associate with this operation.

Returns:

a private endpoint connection.

createOrUpdateAsync

public abstract Mono<PrivateEndpointConnectionInner> createOrUpdateAsync(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)

Approve or reject a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.
parameters - The parameters parameter.

Returns:

a private endpoint connection on successful completion of Mono.

createOrUpdateWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String privateEndpointConnectionName, PrivateEndpointConnectionInner parameters)

Approve or reject a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.
parameters - The parameters parameter.

Returns:

a private endpoint connection along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String serverName, String privateEndpointConnectionName)

Deletes a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.

delete

public abstract void delete(String resourceGroupName, String serverName, String privateEndpointConnectionName, Context context)

Deletes a private endpoint connection with a given name.

Parameters:

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

deleteAsync

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

Deletes a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponseAsync

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

Deletes a private endpoint connection with a given name.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract PrivateEndpointConnectionInner get(String resourceGroupName, String serverName, String privateEndpointConnectionName)

Gets a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The name of the private endpoint connection.

Returns:

a private endpoint connection.

getAsync

public abstract Mono<PrivateEndpointConnectionInner> getAsync(String resourceGroupName, String serverName, String privateEndpointConnectionName)

Gets a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The name of the private endpoint connection.

Returns:

a private endpoint connection on successful completion of Mono.

getWithResponse

public abstract Response<PrivateEndpointConnectionInner> getWithResponse(String resourceGroupName, String serverName, String privateEndpointConnectionName, Context context)

Gets a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The name of the private endpoint connection.
context - The context to associate with this operation.

Returns:

a private endpoint connection along with Response<T>.

getWithResponseAsync

public abstract Mono<Response<PrivateEndpointConnectionInner>> getWithResponseAsync(String resourceGroupName, String serverName, String privateEndpointConnectionName)

Gets a private endpoint connection.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The name of the private endpoint connection.

Returns:

a private endpoint connection along with Response<T> on successful completion of Mono.

listByServer

public abstract PagedIterable<PrivateEndpointConnectionInner> listByServer(String resourceGroupName, String serverName)

Gets all private endpoint connections on a server.

Parameters:

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

Returns:

all private endpoint connections on a server as paginated response with PagedIterable<T>.

listByServer

public abstract PagedIterable<PrivateEndpointConnectionInner> listByServer(String resourceGroupName, String serverName, Context context)

Gets all private endpoint connections on a server.

Parameters:

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

Returns:

all private endpoint connections on a server as paginated response with PagedIterable<T>.

listByServerAsync

public abstract PagedFlux<PrivateEndpointConnectionInner> listByServerAsync(String resourceGroupName, String serverName)

Gets all private endpoint connections on a server.

Parameters:

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

Returns:

all private endpoint connections on a server as paginated response with PagedFlux<T>.

updateTags

public abstract PrivateEndpointConnectionInner updateTags(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters)

Updates tags on private endpoint connection. Updates private endpoint connection with the specified tags.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.
parameters - Parameters supplied to the Update private endpoint connection Tags operation.

Returns:

a private endpoint connection.

updateTags

public abstract PrivateEndpointConnectionInner updateTags(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters, Context context)

Updates tags on private endpoint connection. Updates private endpoint connection with the specified tags.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.
parameters - Parameters supplied to the Update private endpoint connection Tags operation.
context - The context to associate with this operation.

Returns:

a private endpoint connection.

updateTagsAsync

public abstract Mono<PrivateEndpointConnectionInner> updateTagsAsync(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters)

Updates tags on private endpoint connection. Updates private endpoint connection with the specified tags.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.
parameters - Parameters supplied to the Update private endpoint connection Tags operation.

Returns:

a private endpoint connection on successful completion of Mono.

updateTagsWithResponseAsync

public abstract Mono<Response<Flux<ByteBuffer>>> updateTagsWithResponseAsync(String resourceGroupName, String serverName, String privateEndpointConnectionName, TagsObject parameters)

Updates tags on private endpoint connection. Updates private endpoint connection with the specified tags.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
serverName - The name of the server.
privateEndpointConnectionName - The privateEndpointConnectionName parameter.
parameters - Parameters supplied to the Update private endpoint connection Tags operation.

Returns:

a private endpoint connection along with Response<T> on successful completion of Mono.

Applies to