Interface PolicyClient
-
public interface PolicyClientThe interface for PolicyClient class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataPolicyManifestsClientgetDataPolicyManifests()Gets the DataPolicyManifestsClient object to access its operations.DurationgetDefaultPollInterval()Gets The default poll interval for long-running operation.StringgetEndpoint()Gets server parameter.com.azure.core.http.HttpPipelinegetHttpPipeline()Gets The HTTP pipeline to send requests through.PolicyAssignmentsClientgetPolicyAssignments()Gets the PolicyAssignmentsClient object to access its operations.PolicyDefinitionsClientgetPolicyDefinitions()Gets the PolicyDefinitionsClient object to access its operations.PolicyExemptionsClientgetPolicyExemptions()Gets the PolicyExemptionsClient object to access its operations.PolicySetDefinitionsClientgetPolicySetDefinitions()Gets the PolicySetDefinitionsClient object to access its operations.StringgetSubscriptionId()Gets The ID of the target subscription.
-
-
-
Method Detail
-
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.
-
-