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
Evidences |
getEvidences()
Gets the Evidences |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Provider |
getProviderActions()
Gets the Provider |
|
abstract
Reports |
getReports()
Gets the Reports |
|
abstract
Scoping |
getScopingConfigurations()
Gets the Scoping |
|
abstract
Snapshots |
getSnapshots()
Gets the Snapshots |
|
abstract
Webhooks |
getWebhooks()
Gets the Webhooks |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Version parameter.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets Service host.
Returns:
getEvidences
public abstract EvidencesClient getEvidences()
Gets the EvidencesClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getProviderActions
public abstract ProviderActionsClient getProviderActions()
Gets the ProviderActionsClient object to access its operations.
Returns:
getReports
public abstract ReportsClient getReports()
Gets the ReportsClient object to access its operations.
Returns:
getScopingConfigurations
public abstract ScopingConfigurationsClient getScopingConfigurations()
Gets the ScopingConfigurationsClient object to access its operations.
Returns:
getSnapshots
public abstract SnapshotsClient getSnapshots()
Gets the SnapshotsClient object to access its operations.
Returns:
getWebhooks
public abstract WebhooksClient getWebhooks()
Gets the WebhooksClient object to access its operations.
Returns: