Interface SecurityConnectorGovernanceRulesExecuteStatus


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

    Modifier and Type
    Method
    Description
    get(String resourceGroupName, String securityConnectorName, String ruleId, String operationId)
    Get a specific governanceRule execution status for the requested scope by ruleId and operationId.
    get(String resourceGroupName, String securityConnectorName, 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 resourceGroupName, String securityConnectorName, String ruleId, String operationId)
      Get a specific governanceRule execution status for the requested scope by ruleId and operationId.
      Parameters:
      resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
      securityConnectorName - The security connector name.
      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 resourceGroupName, String securityConnectorName, 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:
      resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
      securityConnectorName - The security connector name.
      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.