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
Modifier and TypeMethodDescriptiongetByResourceGroup
(String resourceGroupName, String asyncOperationId) Get the status of an azure asynchronous operation associated with a private link scope operation.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 Details
-
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. 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
on successful completion ofMono
. - 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:
getByResourceGroupAsync
in interfaceInnerSupportsGet<OperationStatusInner>
- 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
. - 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. 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
. - 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
Get the status of an azure asynchronous operation associated with a private link scope operation.- Specified by:
getByResourceGroup
in interfaceInnerSupportsGet<OperationStatusInner>
- 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.
- 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.
-