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
Operation |
getByResourceGroup(String resourceGroupName, String asyncOperationId)
Get the status of an azure asynchronous operation associated with a private link scope operation. |
abstract
Mono<Operation |
getByResourceGroupAsync(String resourceGroupName, String asyncOperationId)
Get the status of an azure asynchronous operation associated with a private link scope operation. |
abstract
Response<Operation |
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<Operation |
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:
Returns:
getByResourceGroupAsync
public abstract Mono
Get the status of an azure asynchronous operation associated with a private link scope operation.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Get the status of an azure asynchronous operation associated with a private link scope operation.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
Get the status of an azure asynchronous operation associated with a private link scope operation.
Parameters:
Returns:
Applies to
Azure SDK for Java