AppComplianceAutomationManagementClient Interface

public interface AppComplianceAutomationManagementClient

The interface for AppComplianceAutomationManagementClient class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Version parameter.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract String getEndpoint()

Gets Service host.

abstract EvidencesClient getEvidences()

Gets the EvidencesClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract ProviderActionsClient getProviderActions()

Gets the ProviderActionsClient object to access its operations.

abstract ReportsClient getReports()

Gets the ReportsClient object to access its operations.

abstract ScopingConfigurationsClient getScopingConfigurations()

Gets the ScopingConfigurationsClient object to access its operations.

abstract SnapshotsClient getSnapshots()

Gets the SnapshotsClient object to access its operations.

abstract WebhooksClient getWebhooks()

Gets the WebhooksClient object to access its operations.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Version parameter.

Returns:

the apiVersion value.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getEndpoint

public abstract String getEndpoint()

Gets Service host.

Returns:

the endpoint value.

getEvidences

public abstract EvidencesClient getEvidences()

Gets the EvidencesClient object to access its operations.

Returns:

the EvidencesClient object.

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.

getProviderActions

public abstract ProviderActionsClient getProviderActions()

Gets the ProviderActionsClient object to access its operations.

Returns:

the ProviderActionsClient object.

getReports

public abstract ReportsClient getReports()

Gets the ReportsClient object to access its operations.

Returns:

the ReportsClient object.

getScopingConfigurations

public abstract ScopingConfigurationsClient getScopingConfigurations()

Gets the ScopingConfigurationsClient object to access its operations.

Returns:

the ScopingConfigurationsClient object.

getSnapshots

public abstract SnapshotsClient getSnapshots()

Gets the SnapshotsClient object to access its operations.

Returns:

the SnapshotsClient object.

getWebhooks

public abstract WebhooksClient getWebhooks()

Gets the WebhooksClient object to access its operations.

Returns:

the WebhooksClient object.

Applies to