Interface NetworkSecurityPerimeterOperationStatusesClient
public interface NetworkSecurityPerimeterOperationStatusesClient
An instance of this class provides access to all the operations defined in
NetworkSecurityPerimeterOperationStatusesClient.
-
Method Summary
Modifier and TypeMethodDescriptionGets the operation status for the given operation id.Gets the operation status for the given operation id.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.Mono<com.azure.core.http.rest.Response<OperationStatusResultInner>> getWithResponseAsync(String location, String operationId) Gets the operation status for the given operation id.
-
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
Responseon 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.
-
getAsync
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
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.
-