CustomerinsightsFunctions

Functions

Link copied to clipboard

The connector resource format. API Version: 2017-04-26.

suspend fun getConnector(connectorName: String, hubName: String, resourceGroupName: String): GetConnectorResult
Link copied to clipboard

The connector mapping resource format. API Version: 2017-04-26.

suspend fun getConnectorMapping(connectorName: String, hubName: String, mappingName: String, resourceGroupName: String): GetConnectorMappingResult
Link copied to clipboard
suspend fun getHub(argument: GetHubPlainArgs): GetHubResult

Hub resource. API Version: 2017-04-26.

suspend fun getHub(argument: suspend GetHubPlainArgsBuilder.() -> Unit): GetHubResult
suspend fun getHub(hubName: String, resourceGroupName: String): GetHubResult
Link copied to clipboard

The image definition. API Version: 2017-04-26.

suspend fun getImageUploadUrlForData(entityType: String? = null, entityTypeName: String? = null, hubName: String, relativePath: String? = null, resourceGroupName: String): GetImageUploadUrlForDataResult
Link copied to clipboard

The image definition. API Version: 2017-04-26.

suspend fun getImageUploadUrlForEntityType(entityType: String? = null, entityTypeName: String? = null, hubName: String, relativePath: String? = null, resourceGroupName: String): GetImageUploadUrlForEntityTypeResult
Link copied to clipboard
suspend fun getKpi(argument: GetKpiPlainArgs): GetKpiResult

The KPI resource format. API Version: 2017-04-26.

suspend fun getKpi(argument: suspend GetKpiPlainArgsBuilder.() -> Unit): GetKpiResult
suspend fun getKpi(hubName: String, kpiName: String, resourceGroupName: String): GetKpiResult
Link copied to clipboard
suspend fun getLink(argument: GetLinkPlainArgs): GetLinkResult

The link resource format. API Version: 2017-04-26.

suspend fun getLink(argument: suspend GetLinkPlainArgsBuilder.() -> Unit): GetLinkResult
suspend fun getLink(hubName: String, linkName: String, resourceGroupName: String): GetLinkResult
Link copied to clipboard

The prediction resource format. API Version: 2017-04-26.

suspend fun getPrediction(hubName: String, predictionName: String, resourceGroupName: String): GetPredictionResult
Link copied to clipboard

The prediction model status. API Version: 2017-04-26.

suspend fun getPredictionModelStatus(hubName: String, predictionName: String, resourceGroupName: String): GetPredictionModelStatusResult
Link copied to clipboard

The training results of the prediction. API Version: 2017-04-26.

suspend fun getPredictionTrainingResults(hubName: String, predictionName: String, resourceGroupName: String): GetPredictionTrainingResultsResult
Link copied to clipboard

The profile resource format. API Version: 2017-04-26.

suspend fun getProfile(argument: suspend GetProfilePlainArgsBuilder.() -> Unit): GetProfileResult
suspend fun getProfile(hubName: String, localeCode: String? = null, profileName: String, resourceGroupName: String): GetProfileResult
Link copied to clipboard

The relationship resource format. API Version: 2017-04-26.

suspend fun getRelationship(hubName: String, relationshipName: String, resourceGroupName: String): GetRelationshipResult
Link copied to clipboard

The relationship link resource format. API Version: 2017-04-26.

suspend fun getRelationshipLink(hubName: String, relationshipLinkName: String, resourceGroupName: String): GetRelationshipLinkResult
Link copied to clipboard

The Role Assignment resource format. API Version: 2017-04-26.

suspend fun getRoleAssignment(assignmentName: String, hubName: String, resourceGroupName: String): GetRoleAssignmentResult
Link copied to clipboard
suspend fun getView(argument: GetViewPlainArgs): GetViewResult

The view resource format. API Version: 2017-04-26.

suspend fun getView(argument: suspend GetViewPlainArgsBuilder.() -> Unit): GetViewResult
suspend fun getView(hubName: String, resourceGroupName: String, userId: String, viewName: String): GetViewResult