AppComplianceAutomationManager Class

  • java.lang.Object
    • com.azure.resourcemanager.appcomplianceautomation.AppComplianceAutomationManager

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 AppComplianceAutomationManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of App Compliance Automation service API entry point.

static AppComplianceAutomationManager 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 AppComplianceAutomationManager with optional configuration.

Evidences evidences()

Gets the resource collection API of Evidences.

Operations operations()

Gets the resource collection API of Operations.

ProviderActions providerActions()

Gets the resource collection API of ProviderActions.

Reports reports()

Gets the resource collection API of Reports.

ScopingConfigurations scopingConfigurations()

Gets the resource collection API of ScopingConfigurations.

AppComplianceAutomationManagementClient serviceClient()

Gets wrapped service client AppComplianceAutomationManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

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:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the App Compliance Automation service API instance.

authenticate

public static AppComplianceAutomationManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of App Compliance Automation service API entry point.

Parameters:

credential - the credential to use.
profile - the Azure profile for client.

Returns:

the App Compliance Automation service API instance.

configure

public static AppComplianceAutomationManager.Configurable configure()

Gets a Configurable instance that can be used to create AppComplianceAutomationManager with optional configuration.

Returns:

the Configurable instance allowing configurations.

evidences

public Evidences evidences()

Gets the resource collection API of Evidences.

Returns:

Resource collection API of Evidences.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

providerActions

public ProviderActions providerActions()

Gets the resource collection API of ProviderActions.

Returns:

Resource collection API of ProviderActions.

reports

public Reports reports()

Gets the resource collection API of Reports.

Returns:

Resource collection API of Reports.

scopingConfigurations

public ScopingConfigurations scopingConfigurations()

Gets the resource collection API of ScopingConfigurations.

Returns:

Resource collection API of ScopingConfigurations.

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:

Wrapped service client AppComplianceAutomationManagementClient.

snapshots

public Snapshots snapshots()

Gets the resource collection API of Snapshots.

Returns:

Resource collection API of Snapshots.

webhooks

public Webhooks webhooks()

Gets the resource collection API of Webhooks.

Returns:

Resource collection API of Webhooks.

Applies to