Class CustomerInsightsManager

java.lang.Object
com.azure.resourcemanager.customerinsights.CustomerInsightsManager

public final class CustomerInsightsManager extends Object
Entry point to CustomerInsightsManager. The Azure Customer Insights management API provides a RESTful set of web services that interact with Azure Customer Insights service to manage your resources. The API has entities that capture the relationship between an end user and the Azure Customer Insights service.
  • Method Details

    • authenticate

      public static CustomerInsightsManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of CustomerInsights service API entry point.
      Parameters:
      credential - the credential to use.
      profile - the Azure profile for client.
      Returns:
      the CustomerInsights service API instance.
    • authenticate

      public static CustomerInsightsManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of CustomerInsights service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      profile - the Azure profile for client.
      Returns:
      the CustomerInsights service API instance.
    • configure

      public static CustomerInsightsManager.Configurable configure()
      Gets a Configurable instance that can be used to create CustomerInsightsManager with optional configuration.
      Returns:
      the Configurable instance allowing configurations.
    • operations

      public Operations operations()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • hubs

      public Hubs hubs()
      Gets the resource collection API of Hubs. It manages Hub.
      Returns:
      Resource collection API of Hubs.
    • profiles

      public Profiles profiles()
      Gets the resource collection API of Profiles. It manages ProfileResourceFormat.
      Returns:
      Resource collection API of Profiles.
    • interactions

      public Interactions interactions()
      Gets the resource collection API of Interactions. It manages InteractionResourceFormat.
      Returns:
      Resource collection API of Interactions.
    • relationships

      public Relationships relationships()
      Gets the resource collection API of Relationships. It manages RelationshipResourceFormat.
      Returns:
      Resource collection API of Relationships.
    • relationshipLinks

      public RelationshipLinks relationshipLinks()
      Gets the resource collection API of RelationshipLinks. It manages RelationshipLinkResourceFormat.
      Returns:
      Resource collection API of RelationshipLinks.
    • authorizationPolicies

      public AuthorizationPolicies authorizationPolicies()
      Gets the resource collection API of AuthorizationPolicies. It manages AuthorizationPolicyResourceFormat.
      Returns:
      Resource collection API of AuthorizationPolicies.
    • connectors

      public Connectors connectors()
      Gets the resource collection API of Connectors. It manages ConnectorResourceFormat.
      Returns:
      Resource collection API of Connectors.
    • connectorMappings

      public ConnectorMappings connectorMappings()
      Gets the resource collection API of ConnectorMappings. It manages ConnectorMappingResourceFormat.
      Returns:
      Resource collection API of ConnectorMappings.
    • kpis

      public Kpis kpis()
      Gets the resource collection API of Kpis. It manages KpiResourceFormat.
      Returns:
      Resource collection API of Kpis.
    • widgetTypes

      public WidgetTypes widgetTypes()
      Gets the resource collection API of WidgetTypes.
      Returns:
      Resource collection API of WidgetTypes.
    • views

      public Views views()
      Gets the resource collection API of Views. It manages ViewResourceFormat.
      Returns:
      Resource collection API of Views.
    • links

      public Links links()
      Gets the resource collection API of Links. It manages LinkResourceFormat.
      Returns:
      Resource collection API of Links.
    • roles

      public Roles roles()
      Gets the resource collection API of Roles.
      Returns:
      Resource collection API of Roles.
    • roleAssignments

      public RoleAssignments roleAssignments()
      Gets the resource collection API of RoleAssignments. It manages RoleAssignmentResourceFormat.
      Returns:
      Resource collection API of RoleAssignments.
    • images

      public Images images()
      Gets the resource collection API of Images.
      Returns:
      Resource collection API of Images.
    • predictions

      public Predictions predictions()
      Gets the resource collection API of Predictions. It manages PredictionResourceFormat.
      Returns:
      Resource collection API of Predictions.
    • serviceClient

      public CustomerInsightsManagementClient serviceClient()
      Returns:
      Wrapped service client CustomerInsightsManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.