Interface SubscriptionGovernanceRulesExecuteStatus


public interface SubscriptionGovernanceRulesExecuteStatus
Resource collection API of SubscriptionGovernanceRulesExecuteStatus.
  • Method Summary

    Modifier and Type
    Method
    Description
    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

    • get

      ExecuteRuleStatus 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

      ExecuteRuleStatus 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.