AppComplianceAutomationManager Class
- java.
lang. Object - com.
azure. resourcemanager. appcomplianceautomation. AppComplianceAutomationManager
- com.
public final class AppComplianceAutomationManager
Entry point to AppComplianceAutomationManager. App Compliance Automation Tool for Microsoft 365 API spec.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
App |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of App Compliance Automation service API entry point. |
|
static
App |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of App Compliance Automation service API entry point. |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create App |
| Evidences |
evidences()
Gets the resource collection API of Evidences. |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Provider |
providerActions()
Gets the resource collection API of Provider |
| Reports |
reports()
Gets the resource collection API of Reports. |
|
Scoping |
scopingConfigurations()
Gets the resource collection API of Scoping |
|
App |
serviceClient()
Gets wrapped service client App |
| Snapshots |
snapshots()
Gets the resource collection API of Snapshots. |
| Webhooks |
webhooks()
Gets the resource collection API of Webhooks. |
Methods inherited from java.lang.Object
Method Details
authenticate
public static AppComplianceAutomationManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of App Compliance Automation service API entry point.
Parameters:
Returns:
authenticate
public static AppComplianceAutomationManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of App Compliance Automation service API entry point.
Parameters:
Returns:
configure
public static AppComplianceAutomationManager.Configurable configure()
Gets a Configurable instance that can be used to create AppComplianceAutomationManager with optional configuration.
Returns:
evidences
public Evidences evidences()
Gets the resource collection API of Evidences.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
providerActions
public ProviderActions providerActions()
Gets the resource collection API of ProviderActions.
Returns:
reports
public Reports reports()
Gets the resource collection API of Reports.
Returns:
scopingConfigurations
public ScopingConfigurations scopingConfigurations()
Gets the resource collection API of ScopingConfigurations.
Returns:
serviceClient
public AppComplianceAutomationManagementClient serviceClient()
Gets wrapped service client AppComplianceAutomationManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns:
snapshots
public Snapshots snapshots()
Gets the resource collection API of Snapshots.
Returns:
webhooks
public Webhooks webhooks()
Gets the resource collection API of Webhooks.
Returns: