Interface SubscriptionGovernanceRulesExecuteStatusClient


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

    Modifier and Type
    Method
    Description
    com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExecuteRuleStatusInner>,ExecuteRuleStatusInner>
    beginGet(String ruleId, String operationId)
    Get a specific governanceRule execution status for the requested scope by ruleId and operationId.
    com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExecuteRuleStatusInner>,ExecuteRuleStatusInner>
    beginGet(String ruleId, String operationId, com.azure.core.util.Context context)
    Get a specific governanceRule execution status for the requested scope by ruleId and operationId.
    get(String ruleId, String operationId)
    Get a specific governanceRule execution status for the requested scope by ruleId and operationId.
    get(String ruleId, String operationId, com.azure.core.util.Context context)
    Get a specific governanceRule execution status for the requested scope by ruleId and operationId.
  • Method Details

    • beginGet

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExecuteRuleStatusInner>,ExecuteRuleStatusInner> beginGet(String ruleId, String operationId)
      Get a specific governanceRule execution status for the requested scope by ruleId and operationId.
      Parameters:
      ruleId - The security GovernanceRule key - unique key for the standard GovernanceRule.
      operationId - The security GovernanceRule execution key - unique key for the execution of GovernanceRule.
      Returns:
      the SyncPoller for polling of a specific governanceRule execution status for the requested scope by ruleId and operationId.
      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.
    • beginGet

      com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ExecuteRuleStatusInner>,ExecuteRuleStatusInner> beginGet(String ruleId, String operationId, com.azure.core.util.Context context)
      Get a specific governanceRule execution status for the requested scope by ruleId and operationId.
      Parameters:
      ruleId - The security GovernanceRule key - unique key for the standard GovernanceRule.
      operationId - The security GovernanceRule execution key - unique key for the execution of GovernanceRule.
      context - The context to associate with this operation.
      Returns:
      the SyncPoller for polling of a specific governanceRule execution status for the requested scope by ruleId and operationId.
      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

      ExecuteRuleStatusInner get(String ruleId, String operationId)
      Get a specific governanceRule execution status for the requested scope by ruleId and operationId.
      Parameters:
      ruleId - The security GovernanceRule key - unique key for the standard GovernanceRule.
      operationId - The security GovernanceRule execution key - unique key for the execution of GovernanceRule.
      Returns:
      a specific governanceRule execution status for the requested scope by ruleId and operationId.
      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

      ExecuteRuleStatusInner get(String ruleId, String operationId, com.azure.core.util.Context context)
      Get a specific governanceRule execution status for the requested scope by ruleId and operationId.
      Parameters:
      ruleId - The security GovernanceRule key - unique key for the standard GovernanceRule.
      operationId - The security GovernanceRule execution key - unique key for the execution of GovernanceRule.
      context - The context to associate with this operation.
      Returns:
      a specific governanceRule execution status for the requested scope by ruleId and operationId.
      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.