Interface PolicyClient
public interface PolicyClient
The interface for PolicyClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the DataPolicyManifestsClient object to access its operations.Gets The default poll interval for long-running operation.Gets server parameter.com.azure.core.http.HttpPipelineGets The HTTP pipeline to send requests through.Gets the PolicyAssignmentsClient object to access its operations.Gets the PolicyDefinitionsClient object to access its operations.Gets the PolicyDefinitionVersionsClient object to access its operations.Gets the PolicyExemptionsClient object to access its operations.Gets the PolicySetDefinitionsClient object to access its operations.Gets the PolicySetDefinitionVersionsClient object to access its operations.Gets The ID of the target subscription.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets The ID of the target subscription. The value must be an UUID.- 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.
-
getPolicyDefinitions
PolicyDefinitionsClient getPolicyDefinitions()Gets the PolicyDefinitionsClient object to access its operations.- Returns:
- the PolicyDefinitionsClient object.
-
getPolicyDefinitionVersions
PolicyDefinitionVersionsClient getPolicyDefinitionVersions()Gets the PolicyDefinitionVersionsClient object to access its operations.- Returns:
- the PolicyDefinitionVersionsClient object.
-
getPolicySetDefinitions
PolicySetDefinitionsClient getPolicySetDefinitions()Gets the PolicySetDefinitionsClient object to access its operations.- Returns:
- the PolicySetDefinitionsClient object.
-
getPolicySetDefinitionVersions
PolicySetDefinitionVersionsClient getPolicySetDefinitionVersions()Gets the PolicySetDefinitionVersionsClient object to access its operations.- Returns:
- the PolicySetDefinitionVersionsClient object.
-
getPolicyAssignments
PolicyAssignmentsClient getPolicyAssignments()Gets the PolicyAssignmentsClient object to access its operations.- Returns:
- the PolicyAssignmentsClient object.
-
getPolicyExemptions
PolicyExemptionsClient getPolicyExemptions()Gets the PolicyExemptionsClient object to access its operations.- Returns:
- the PolicyExemptionsClient object.
-