customerinsightsapi

package
v55.5.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 30, 2021 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthorizationPoliciesClientAPI

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)
}

AuthorizationPoliciesClientAPI contains the set of methods on the AuthorizationPoliciesClient type.

type ConnectorMappingsClientAPI

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)
}

ConnectorMappingsClientAPI contains the set of methods on the ConnectorMappingsClient type.

type ConnectorsClientAPI

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)
}

ConnectorsClientAPI contains the set of methods on the ConnectorsClient type.

type HubsClientAPI

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)
}

HubsClientAPI contains the set of methods on the HubsClient type.

type ImagesClientAPI

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)
}

ImagesClientAPI contains the set of methods on the ImagesClient type.

type InteractionsClientAPI

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)
}

InteractionsClientAPI contains the set of methods on the InteractionsClient type.

type KpiClientAPI

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)
}

KpiClientAPI contains the set of methods on the KpiClient type.

type LinksClientAPI

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)
}

LinksClientAPI contains the set of methods on the LinksClient type.

type OperationsClientAPI

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

OperationsClientAPI contains the set of methods on the OperationsClient type.

type ProfilesClientAPI

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)
}

ProfilesClientAPI contains the set of methods on the ProfilesClient type.

type RelationshipLinksClientAPI

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)
}

RelationshipLinksClientAPI contains the set of methods on the RelationshipLinksClient type.

type RelationshipsClientAPI

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)
}

RelationshipsClientAPI contains the set of methods on the RelationshipsClient type.

type RoleAssignmentsClientAPI

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)
}

RoleAssignmentsClientAPI contains the set of methods on the RoleAssignmentsClient type.

type RolesClientAPI

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)
}

RolesClientAPI contains the set of methods on the RolesClient type.

type ViewsClientAPI

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)
}

ViewsClientAPI contains the set of methods on the ViewsClient type.

type WidgetTypesClientAPI

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)
}

WidgetTypesClientAPI contains the set of methods on the WidgetTypesClient type.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL