Interface SecurityConnectorGovernanceRulesClient


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

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<GovernanceRuleInner>
    list(String resourceGroupName, String securityConnectorName)
    Get a list of all relevant governanceRules over a security connector level scope.
    com.azure.core.http.rest.PagedIterable<GovernanceRuleInner>
    list(String resourceGroupName, String securityConnectorName, com.azure.core.util.Context context)
    Get a list of all relevant governanceRules over a security connector level scope.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<GovernanceRuleInner> list(String resourceGroupName, String securityConnectorName)
      Get a list of all relevant governanceRules over a security connector level scope.
      Parameters:
      resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
      securityConnectorName - The security connector name.
      Returns:
      a list of all relevant governanceRules over a security connector level scope as paginated response with PagedIterable.
      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.
    • list

      com.azure.core.http.rest.PagedIterable<GovernanceRuleInner> list(String resourceGroupName, String securityConnectorName, com.azure.core.util.Context context)
      Get a list of all relevant governanceRules over a security connector level scope.
      Parameters:
      resourceGroupName - The name of the resource group within the user's subscription. The name is case insensitive.
      securityConnectorName - The security connector name.
      context - The context to associate with this operation.
      Returns:
      a list of all relevant governanceRules over a security connector level scope as paginated response with PagedIterable.
      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.