PrivateLinkScopeOperationStatusClient Interface

Implements

public interface PrivateLinkScopeOperationStatusClient
extends InnerSupportsGet<OperationStatusInner>

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

Method Summary

Modifier and Type Method and Description
abstract OperationStatusInner getByResourceGroup(String resourceGroupName, String asyncOperationId)

Get the status of an azure asynchronous operation associated with a private link scope operation.

abstract Mono<OperationStatusInner> getByResourceGroupAsync(String resourceGroupName, String asyncOperationId)

Get the status of an azure asynchronous operation associated with a private link scope operation.

abstract Response<OperationStatusInner> getByResourceGroupWithResponse(String resourceGroupName, String asyncOperationId, Context context)

Get the status of an azure asynchronous operation associated with a private link scope operation.

abstract Mono<Response<OperationStatusInner>> getByResourceGroupWithResponseAsync(String resourceGroupName, String asyncOperationId)

Get the status of an azure asynchronous operation associated with a private link scope operation.

Method Details

getByResourceGroup

public abstract OperationStatusInner getByResourceGroup(String resourceGroupName, String asyncOperationId)

Get the status of an azure asynchronous operation associated with a private link scope operation.

Parameters:

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

Returns:

the status of an azure asynchronous operation associated with a private link scope operation.

getByResourceGroupAsync

public abstract Mono getByResourceGroupAsync(String resourceGroupName, String asyncOperationId)

Get the status of an azure asynchronous operation associated with a private link scope operation.

Parameters:

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

Returns:

the status of an azure asynchronous operation associated with a private link scope operation on successful completion of Mono.

getByResourceGroupWithResponse

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

Get the status of an azure asynchronous operation associated with a private link scope operation.

Parameters:

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

Returns:

the status of an azure asynchronous operation associated with a private link scope operation along with Response<T>.

getByResourceGroupWithResponseAsync

public abstract Mono<>> getByResourceGroupWithResponseAsync(String resourceGroupName, String asyncOperationId)

Get the status of an azure asynchronous operation associated with a private link scope operation.

Parameters:

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

Returns:

the status of an azure asynchronous operation associated with a private link scope operation along with Response<T> on successful completion of Mono.

Applies to