...

Package customerinsightsapi

import "github.com/Azure/azure-sdk-for-go/services/customerinsights/mgmt/2017-04-26/customerinsights/customerinsightsapi"
Overview
Index

Overview ▾

Deprecated: Please note, this package has been deprecated. A replacement package is available github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/customerinsights/armcustomerinsights(https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/customerinsights/armcustomerinsights). We strongly encourage you to upgrade to continue receiving updates. See [Migration Guide](https://aka.ms/azsdk/golang/t2/migration) for guidance on upgrading. Refer to our [deprecation policy](https://azure.github.io/azure-sdk/policies_support.html) for more details.

type AuthorizationPoliciesClientAPI

AuthorizationPoliciesClientAPI contains the set of methods on the AuthorizationPoliciesClient type.

type AuthorizationPoliciesClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, authorizationPolicyName string, parameters customerinsights.AuthorizationPolicyResourceFormat) (result customerinsights.AuthorizationPolicyResourceFormat, err error)
    Get(ctx context.Context, resourceGroupName string, hubName string, authorizationPolicyName string) (result customerinsights.AuthorizationPolicyResourceFormat, err error)
    ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.AuthorizationPolicyListResultPage, err error)
    ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.AuthorizationPolicyListResultIterator, err error)
    RegeneratePrimaryKey(ctx context.Context, resourceGroupName string, hubName string, authorizationPolicyName string) (result customerinsights.AuthorizationPolicy, err error)
    RegenerateSecondaryKey(ctx context.Context, resourceGroupName string, hubName string, authorizationPolicyName string) (result customerinsights.AuthorizationPolicy, err error)
}

type ConnectorMappingsClientAPI

ConnectorMappingsClientAPI contains the set of methods on the ConnectorMappingsClient type.

type ConnectorMappingsClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, connectorName string, mappingName string, parameters customerinsights.ConnectorMappingResourceFormat) (result customerinsights.ConnectorMappingResourceFormat, err error)
    Delete(ctx context.Context, resourceGroupName string, hubName string, connectorName string, mappingName string) (result autorest.Response, err error)
    Get(ctx context.Context, resourceGroupName string, hubName string, connectorName string, mappingName string) (result customerinsights.ConnectorMappingResourceFormat, err error)
    ListByConnector(ctx context.Context, resourceGroupName string, hubName string, connectorName string) (result customerinsights.ConnectorMappingListResultPage, err error)
    ListByConnectorComplete(ctx context.Context, resourceGroupName string, hubName string, connectorName string) (result customerinsights.ConnectorMappingListResultIterator, err error)
}

type ConnectorsClientAPI

ConnectorsClientAPI contains the set of methods on the ConnectorsClient type.

type ConnectorsClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, connectorName string, parameters customerinsights.ConnectorResourceFormat) (result customerinsights.ConnectorsCreateOrUpdateFuture, err error)
    Delete(ctx context.Context, resourceGroupName string, hubName string, connectorName string) (result customerinsights.ConnectorsDeleteFuture, err error)
    Get(ctx context.Context, resourceGroupName string, hubName string, connectorName string) (result customerinsights.ConnectorResourceFormat, err error)
    ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.ConnectorListResultPage, err error)
    ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.ConnectorListResultIterator, err error)
}

type HubsClientAPI

HubsClientAPI contains the set of methods on the HubsClient type.

type HubsClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, parameters customerinsights.Hub) (result customerinsights.Hub, err error)
    Delete(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.HubsDeleteFuture, err error)
    Get(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.Hub, err error)
    List(ctx context.Context) (result customerinsights.HubListResultPage, err error)
    ListComplete(ctx context.Context) (result customerinsights.HubListResultIterator, err error)
    ListByResourceGroup(ctx context.Context, resourceGroupName string) (result customerinsights.HubListResultPage, err error)
    ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result customerinsights.HubListResultIterator, err error)
    Update(ctx context.Context, resourceGroupName string, hubName string, parameters customerinsights.Hub) (result customerinsights.Hub, err error)
}

type ImagesClientAPI

ImagesClientAPI contains the set of methods on the ImagesClient type.

type ImagesClientAPI interface {
    GetUploadURLForData(ctx context.Context, resourceGroupName string, hubName string, parameters customerinsights.GetImageUploadURLInput) (result customerinsights.ImageDefinition, err error)
    GetUploadURLForEntityType(ctx context.Context, resourceGroupName string, hubName string, parameters customerinsights.GetImageUploadURLInput) (result customerinsights.ImageDefinition, err error)
}

type InteractionsClientAPI

InteractionsClientAPI contains the set of methods on the InteractionsClient type.

type InteractionsClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, interactionName string, parameters customerinsights.InteractionResourceFormat) (result customerinsights.InteractionsCreateOrUpdateFuture, err error)
    Get(ctx context.Context, resourceGroupName string, hubName string, interactionName string, localeCode string) (result customerinsights.InteractionResourceFormat, err error)
    ListByHub(ctx context.Context, resourceGroupName string, hubName string, localeCode string) (result customerinsights.InteractionListResultPage, err error)
    ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string, localeCode string) (result customerinsights.InteractionListResultIterator, err error)
    SuggestRelationshipLinks(ctx context.Context, resourceGroupName string, hubName string, interactionName string) (result customerinsights.SuggestRelationshipLinksResponse, err error)
}

type KpiClientAPI

KpiClientAPI contains the set of methods on the KpiClient type.

type KpiClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, kpiName string, parameters customerinsights.KpiResourceFormat) (result customerinsights.KpiCreateOrUpdateFuture, err error)
    Delete(ctx context.Context, resourceGroupName string, hubName string, kpiName string) (result customerinsights.KpiDeleteFuture, err error)
    Get(ctx context.Context, resourceGroupName string, hubName string, kpiName string) (result customerinsights.KpiResourceFormat, err error)
    ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.KpiListResultPage, err error)
    ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.KpiListResultIterator, err error)
    Reprocess(ctx context.Context, resourceGroupName string, hubName string, kpiName string) (result autorest.Response, err error)
}

type LinksClientAPI

LinksClientAPI contains the set of methods on the LinksClient type.

type LinksClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, linkName string, parameters customerinsights.LinkResourceFormat) (result customerinsights.LinksCreateOrUpdateFuture, err error)
    Delete(ctx context.Context, resourceGroupName string, hubName string, linkName string) (result autorest.Response, err error)
    Get(ctx context.Context, resourceGroupName string, hubName string, linkName string) (result customerinsights.LinkResourceFormat, err error)
    ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.LinkListResultPage, err error)
    ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.LinkListResultIterator, err error)
}

type OperationsClientAPI

OperationsClientAPI contains the set of methods on the OperationsClient type.

type OperationsClientAPI interface {
    List(ctx context.Context) (result customerinsights.OperationListResultPage, err error)
    ListComplete(ctx context.Context) (result customerinsights.OperationListResultIterator, err error)
}

type PredictionsClientAPI

PredictionsClientAPI contains the set of methods on the PredictionsClient type.

type PredictionsClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, predictionName string, parameters customerinsights.PredictionResourceFormat) (result customerinsights.PredictionsCreateOrUpdateFuture, err error)
    Delete(ctx context.Context, resourceGroupName string, hubName string, predictionName string) (result customerinsights.PredictionsDeleteFuture, err error)
    Get(ctx context.Context, resourceGroupName string, hubName string, predictionName string) (result customerinsights.PredictionResourceFormat, err error)
    GetModelStatus(ctx context.Context, resourceGroupName string, hubName string, predictionName string) (result customerinsights.PredictionModelStatus, err error)
    GetTrainingResults(ctx context.Context, resourceGroupName string, hubName string, predictionName string) (result customerinsights.PredictionTrainingResults, err error)
    ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.PredictionListResultPage, err error)
    ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.PredictionListResultIterator, err error)
    ModelStatus(ctx context.Context, resourceGroupName string, hubName string, predictionName string, parameters customerinsights.PredictionModelStatus) (result autorest.Response, err error)
}

type ProfilesClientAPI

ProfilesClientAPI contains the set of methods on the ProfilesClient type.

type ProfilesClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, profileName string, parameters customerinsights.ProfileResourceFormat) (result customerinsights.ProfilesCreateOrUpdateFuture, err error)
    Delete(ctx context.Context, resourceGroupName string, hubName string, profileName string, localeCode string) (result customerinsights.ProfilesDeleteFuture, err error)
    Get(ctx context.Context, resourceGroupName string, hubName string, profileName string, localeCode string) (result customerinsights.ProfileResourceFormat, err error)
    GetEnrichingKpis(ctx context.Context, resourceGroupName string, hubName string, profileName string) (result customerinsights.ListKpiDefinition, err error)
    ListByHub(ctx context.Context, resourceGroupName string, hubName string, localeCode string) (result customerinsights.ProfileListResultPage, err error)
    ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string, localeCode string) (result customerinsights.ProfileListResultIterator, err error)
}

type RelationshipLinksClientAPI

RelationshipLinksClientAPI contains the set of methods on the RelationshipLinksClient type.

type RelationshipLinksClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, relationshipLinkName string, parameters customerinsights.RelationshipLinkResourceFormat) (result customerinsights.RelationshipLinksCreateOrUpdateFuture, err error)
    Delete(ctx context.Context, resourceGroupName string, hubName string, relationshipLinkName string) (result customerinsights.RelationshipLinksDeleteFuture, err error)
    Get(ctx context.Context, resourceGroupName string, hubName string, relationshipLinkName string) (result customerinsights.RelationshipLinkResourceFormat, err error)
    ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.RelationshipLinkListResultPage, err error)
    ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.RelationshipLinkListResultIterator, err error)
}

type RelationshipsClientAPI

RelationshipsClientAPI contains the set of methods on the RelationshipsClient type.

type RelationshipsClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, relationshipName string, parameters customerinsights.RelationshipResourceFormat) (result customerinsights.RelationshipsCreateOrUpdateFuture, err error)
    Delete(ctx context.Context, resourceGroupName string, hubName string, relationshipName string) (result customerinsights.RelationshipsDeleteFuture, err error)
    Get(ctx context.Context, resourceGroupName string, hubName string, relationshipName string) (result customerinsights.RelationshipResourceFormat, err error)
    ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.RelationshipListResultPage, err error)
    ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.RelationshipListResultIterator, err error)
}

type RoleAssignmentsClientAPI

RoleAssignmentsClientAPI contains the set of methods on the RoleAssignmentsClient type.

type RoleAssignmentsClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, assignmentName string, parameters customerinsights.RoleAssignmentResourceFormat) (result customerinsights.RoleAssignmentsCreateOrUpdateFuture, err error)
    Delete(ctx context.Context, resourceGroupName string, hubName string, assignmentName string) (result autorest.Response, err error)
    Get(ctx context.Context, resourceGroupName string, hubName string, assignmentName string) (result customerinsights.RoleAssignmentResourceFormat, err error)
    ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.RoleAssignmentListResultPage, err error)
    ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.RoleAssignmentListResultIterator, err error)
}

type RolesClientAPI

RolesClientAPI contains the set of methods on the RolesClient type.

type RolesClientAPI interface {
    ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.RoleListResultPage, err error)
    ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.RoleListResultIterator, err error)
}

type ViewsClientAPI

ViewsClientAPI contains the set of methods on the ViewsClient type.

type ViewsClientAPI interface {
    CreateOrUpdate(ctx context.Context, resourceGroupName string, hubName string, viewName string, parameters customerinsights.ViewResourceFormat) (result customerinsights.ViewResourceFormat, err error)
    Delete(ctx context.Context, resourceGroupName string, hubName string, viewName string, userID string) (result autorest.Response, err error)
    Get(ctx context.Context, resourceGroupName string, hubName string, viewName string, userID string) (result customerinsights.ViewResourceFormat, err error)
    ListByHub(ctx context.Context, resourceGroupName string, hubName string, userID string) (result customerinsights.ViewListResultPage, err error)
    ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string, userID string) (result customerinsights.ViewListResultIterator, err error)
}

type WidgetTypesClientAPI

WidgetTypesClientAPI contains the set of methods on the WidgetTypesClient type.

type WidgetTypesClientAPI interface {
    Get(ctx context.Context, resourceGroupName string, hubName string, widgetTypeName string) (result customerinsights.WidgetTypeResourceFormat, err error)
    ListByHub(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.WidgetTypeListResultPage, err error)
    ListByHubComplete(ctx context.Context, resourceGroupName string, hubName string) (result customerinsights.WidgetTypeListResultIterator, err error)
}