PolicyClient Interface
public interface PolicyClient
The interface for PolicyClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Data |
getDataPolicyManifests()
Gets the Data |
abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
abstract String |
getEndpoint()
Gets server parameter. |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Policy |
getPolicyAssignments()
Gets the Policy |
abstract
Policy |
getPolicyDefinitions()
Gets the Policy |
abstract
Policy |
getPolicyExemptions()
Gets the Policy |
abstract
Policy |
getPolicySetDefinitions()
Gets the Policy |
abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
Method Details
getDataPolicyManifests
public abstract DataPolicyManifestsClient getDataPolicyManifests()
Gets the DataPolicyManifestsClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getPolicyAssignments
public abstract PolicyAssignmentsClient getPolicyAssignments()
Gets the PolicyAssignmentsClient object to access its operations.
Returns:
getPolicyDefinitions
public abstract PolicyDefinitionsClient getPolicyDefinitions()
Gets the PolicyDefinitionsClient object to access its operations.
Returns:
getPolicyExemptions
public abstract PolicyExemptionsClient getPolicyExemptions()
Gets the PolicyExemptionsClient object to access its operations.
Returns:
getPolicySetDefinitions
public abstract PolicySetDefinitionsClient getPolicySetDefinitions()
Gets the PolicySetDefinitionsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription.
Returns:
Applies to
Azure SDK for Java