PolicyInsightsClient Interface

public interface PolicyInsightsClient

The interface for PolicyInsightsClient class.

Method Summary

Modifier and Type Method and Description
abstract AttestationsClient getAttestations()

Gets the AttestationsClient object to access its operations.

abstract ComponentPolicyStatesClient getComponentPolicyStates()

Gets the ComponentPolicyStatesClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PolicyEventsClient getPolicyEvents()

Gets the PolicyEventsClient object to access its operations.

abstract PolicyMetadatasClient getPolicyMetadatas()

Gets the PolicyMetadatasClient object to access its operations.

abstract PolicyRestrictionsClient getPolicyRestrictions()

Gets the PolicyRestrictionsClient object to access its operations.

abstract PolicyStatesClient getPolicyStates()

Gets the PolicyStatesClient object to access its operations.

abstract PolicyTrackedResourcesClient getPolicyTrackedResources()

Gets the PolicyTrackedResourcesClient object to access its operations.

abstract RemediationsClient getRemediations()

Gets the RemediationsClient object to access its operations.

abstract String getSubscriptionId()

Gets Microsoft Azure subscription ID.

Method Details

getAttestations

public abstract AttestationsClient getAttestations()

Gets the AttestationsClient object to access its operations.

Returns:

the AttestationsClient object.

getComponentPolicyStates

public abstract ComponentPolicyStatesClient getComponentPolicyStates()

Gets the ComponentPolicyStatesClient object to access its operations.

Returns:

the ComponentPolicyStatesClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getPolicyEvents

public abstract PolicyEventsClient getPolicyEvents()

Gets the PolicyEventsClient object to access its operations.

Returns:

the PolicyEventsClient object.

getPolicyMetadatas

public abstract PolicyMetadatasClient getPolicyMetadatas()

Gets the PolicyMetadatasClient object to access its operations.

Returns:

the PolicyMetadatasClient object.

getPolicyRestrictions

public abstract PolicyRestrictionsClient getPolicyRestrictions()

Gets the PolicyRestrictionsClient object to access its operations.

Returns:

the PolicyRestrictionsClient object.

getPolicyStates

public abstract PolicyStatesClient getPolicyStates()

Gets the PolicyStatesClient object to access its operations.

Returns:

the PolicyStatesClient object.

getPolicyTrackedResources

public abstract PolicyTrackedResourcesClient getPolicyTrackedResources()

Gets the PolicyTrackedResourcesClient object to access its operations.

Returns:

the PolicyTrackedResourcesClient object.

getRemediations

public abstract RemediationsClient getRemediations()

Gets the RemediationsClient object to access its operations.

Returns:

the RemediationsClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets Microsoft Azure subscription ID.

Returns:

the subscriptionId value.

Applies to

Azure SDK for Java

Preview