Interface NetworkSecurityPerimeterOperationStatusesClient


public interface NetworkSecurityPerimeterOperationStatusesClient
An instance of this class provides access to all the operations defined in NetworkSecurityPerimeterOperationStatusesClient.
  • Method Details

    • getWithResponseAsync

      Mono<com.azure.core.http.rest.Response<OperationStatusResultInner>> getWithResponseAsync(String location, String operationId)
      Gets the operation status for the given operation id.
      Parameters:
      location - The location of network security perimeter.
      operationId - The operation id of the async operation.
      Returns:
      the operation status for the given operation id along with Response 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.
    • getAsync

      Mono<OperationStatusResultInner> getAsync(String location, String operationId)
      Gets the operation status for the given operation id.
      Parameters:
      location - The location of network security perimeter.
      operationId - The operation id of the async operation.
      Returns:
      the operation status for the given operation id 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.
    • getWithResponse

      com.azure.core.http.rest.Response<OperationStatusResultInner> getWithResponse(String location, String operationId, com.azure.core.util.Context context)
      Gets the operation status for the given operation id.
      Parameters:
      location - The location of network security perimeter.
      operationId - The operation id of the async operation.
      context - The context to associate with this operation.
      Returns:
      the operation status for the given operation id 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.
    • get

      OperationStatusResultInner get(String location, String operationId)
      Gets the operation status for the given operation id.
      Parameters:
      location - The location of network security perimeter.
      operationId - The operation id of the async operation.
      Returns:
      the operation status for the given operation id.
      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.