Interface PrivateLinkScopeOperationStatusClient
-
- All Superinterfaces:
InnerSupportsGet<OperationStatusInner>
public interface PrivateLinkScopeOperationStatusClient extends InnerSupportsGet<OperationStatusInner>
An instance of this class provides access to all the operations defined in PrivateLinkScopeOperationStatusClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationStatusInnergetByResourceGroup(String resourceGroupName, String asyncOperationId)Get the status of an azure asynchronous operation associated with a private link scope operation.Mono<OperationStatusInner>getByResourceGroupAsync(String resourceGroupName, String asyncOperationId)Get the status of an azure asynchronous operation associated with a private link scope operation.com.azure.core.http.rest.Response<OperationStatusInner>getByResourceGroupWithResponse(String resourceGroupName, String asyncOperationId, com.azure.core.util.Context context)Get the status of an azure asynchronous operation associated with a private link scope operation.Mono<com.azure.core.http.rest.Response<OperationStatusInner>>getByResourceGroupWithResponseAsync(String resourceGroupName, String asyncOperationId)Get the status of an azure asynchronous operation associated with a private link scope operation.
-
-
-
Method Detail
-
getByResourceGroupWithResponseAsync
Mono<com.azure.core.http.rest.Response<OperationStatusInner>> 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.asyncOperationId- The operation Id.- Returns:
- the status of an azure asynchronous operation associated with a private link scope operation.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByResourceGroupAsync
Mono<OperationStatusInner> getByResourceGroupAsync(String resourceGroupName, String asyncOperationId)
Get the status of an azure asynchronous operation associated with a private link scope operation.- Specified by:
getByResourceGroupAsyncin interfaceInnerSupportsGet<OperationStatusInner>- Parameters:
resourceGroupName- The name of the resource group.asyncOperationId- The operation Id.- Returns:
- the status of an azure asynchronous operation associated with a private link scope operation.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByResourceGroup
OperationStatusInner getByResourceGroup(String resourceGroupName, String asyncOperationId)
Get the status of an azure asynchronous operation associated with a private link scope operation.- Specified by:
getByResourceGroupin interfaceInnerSupportsGet<OperationStatusInner>- Parameters:
resourceGroupName- The name of the resource group.asyncOperationId- The operation Id.- Returns:
- the status of an azure asynchronous operation associated with a private link scope operation.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
getByResourceGroupWithResponse
com.azure.core.http.rest.Response<OperationStatusInner> getByResourceGroupWithResponse(String resourceGroupName, String asyncOperationId, com.azure.core.util.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.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.
- Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
-