Interface PolicyClient


public interface PolicyClient
The interface for PolicyClient class.
  • Method Details

    • getSubscriptionId

      String getSubscriptionId()
      Gets The ID of the target subscription.
      Returns:
      the subscriptionId value.
    • getEndpoint

      String getEndpoint()
      Gets server parameter.
      Returns:
      the endpoint value.
    • getHttpPipeline

      com.azure.core.http.HttpPipeline getHttpPipeline()
      Gets The HTTP pipeline to send requests through.
      Returns:
      the httpPipeline value.
    • getDefaultPollInterval

      Duration getDefaultPollInterval()
      Gets The default poll interval for long-running operation.
      Returns:
      the defaultPollInterval value.
    • getDataPolicyManifests

      DataPolicyManifestsClient getDataPolicyManifests()
      Gets the DataPolicyManifestsClient object to access its operations.
      Returns:
      the DataPolicyManifestsClient object.
    • getPolicyAssignments

      PolicyAssignmentsClient getPolicyAssignments()
      Gets the PolicyAssignmentsClient object to access its operations.
      Returns:
      the PolicyAssignmentsClient object.
    • getPolicyDefinitions

      PolicyDefinitionsClient getPolicyDefinitions()
      Gets the PolicyDefinitionsClient object to access its operations.
      Returns:
      the PolicyDefinitionsClient object.
    • getPolicySetDefinitions

      PolicySetDefinitionsClient getPolicySetDefinitions()
      Gets the PolicySetDefinitionsClient object to access its operations.
      Returns:
      the PolicySetDefinitionsClient object.
    • getPolicyExemptions

      PolicyExemptionsClient getPolicyExemptions()
      Gets the PolicyExemptionsClient object to access its operations.
      Returns:
      the PolicyExemptionsClient object.