Interface PolicyRestrictionValidationsClient
public interface PolicyRestrictionValidationsClient
An instance of this class provides access to all the operations defined in PolicyRestrictionValidationsClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationResultContractInner>, OperationResultContractInner> beginByService(String resourceGroupName, String serviceName) Validate all policies of API Management services.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationResultContractInner>, OperationResultContractInner> beginByService(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Validate all policies of API Management services.Validate all policies of API Management services.Validate all policies of API Management services.
-
Method Details
-
beginByService
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationResultContractInner>,OperationResultContractInner> beginByService(String resourceGroupName, String serviceName) Validate all policies of API Management services.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.- Returns:
- the
SyncPollerfor polling of long Running Git Operation Results. - 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.
-
beginByService
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OperationResultContractInner>,OperationResultContractInner> beginByService(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Validate all policies of API Management services.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.context- The context to associate with this operation.- Returns:
- the
SyncPollerfor polling of long Running Git Operation Results. - 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.
-
byService
Validate all policies of API Management services.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.- Returns:
- long Running Git Operation Results.
- 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.
-
byService
OperationResultContractInner byService(String resourceGroupName, String serviceName, com.azure.core.util.Context context) Validate all policies of API Management services.- Parameters:
resourceGroupName- The name of the resource group. The name is case insensitive.serviceName- The name of the API Management service.context- The context to associate with this operation.- Returns:
- long Running Git Operation Results.
- 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.
-