ContainerregistryFunctions

Functions

Link copied to clipboard

Gets the detailed information for a given agent pool. API Version: 2019-06-01-preview.

suspend fun getAgentPool(agentPoolName: String, registryName: String, resourceGroupName: String): GetAgentPoolResult
Link copied to clipboard

Gets a link to download the build logs. API Version: 2018-02-01-preview.

suspend fun getBuildLogLink(buildId: String, registryName: String, resourceGroupName: String): GetBuildLogLinkResult
Link copied to clipboard

Gets the properties of the connected registry. API Version: 2020-11-01-preview.

suspend fun getConnectedRegistry(connectedRegistryName: String, registryName: String, resourceGroupName: String): GetConnectedRegistryResult
Link copied to clipboard

Gets the properties of the export pipeline. API Version: 2020-11-01-preview.

suspend fun getExportPipeline(exportPipelineName: String, registryName: String, resourceGroupName: String): GetExportPipelineResult
Link copied to clipboard

Gets the properties of the import pipeline. API Version: 2020-11-01-preview.

suspend fun getImportPipeline(importPipelineName: String, registryName: String, resourceGroupName: String): GetImportPipelineResult
Link copied to clipboard

Gets the detailed information for a given pipeline run. API Version: 2020-11-01-preview.

suspend fun getPipelineRun(pipelineRunName: String, registryName: String, resourceGroupName: String): GetPipelineRunResult
Link copied to clipboard

Get the specified private endpoint connection associated with the container registry. API Version: 2020-11-01-preview.

suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, registryName: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

Gets the properties of the specified container registry. API Version: 2019-05-01.

suspend fun getRegistry(argument: suspend GetRegistryPlainArgsBuilder.() -> Unit): GetRegistryResult
suspend fun getRegistry(registryName: String, resourceGroupName: String): GetRegistryResult
Link copied to clipboard

Get the upload location for the user to be able to upload the source. API Version: 2018-02-01-preview.

Link copied to clipboard

Gets the administrator login credentials for the specified container registry. API Version: 2016-06-27-preview.

suspend fun getRegistryCredentials(registryName: String, resourceGroupName: String): GetRegistryCredentialsResult
Link copied to clipboard

Gets the properties of the specified replication. API Version: 2019-05-01.

suspend fun getReplication(registryName: String, replicationName: String, resourceGroupName: String): GetReplicationResult
Link copied to clipboard

Gets the properties of the specified scope map. API Version: 2020-11-01-preview.

suspend fun getScopeMap(argument: suspend GetScopeMapPlainArgsBuilder.() -> Unit): GetScopeMapResult
suspend fun getScopeMap(registryName: String, resourceGroupName: String, scopeMapName: String): GetScopeMapResult
Link copied to clipboard
suspend fun getTask(argument: GetTaskPlainArgs): GetTaskResult

Get the properties of a specified task. API Version: 2019-06-01-preview.

suspend fun getTask(argument: suspend GetTaskPlainArgsBuilder.() -> Unit): GetTaskResult
suspend fun getTask(registryName: String, resourceGroupName: String, taskName: String): GetTaskResult
Link copied to clipboard

Gets the detailed information for a given task run. API Version: 2019-06-01-preview.

suspend fun getTaskRun(argument: suspend GetTaskRunPlainArgsBuilder.() -> Unit): GetTaskRunResult
suspend fun getTaskRun(registryName: String, resourceGroupName: String, taskRunName: String): GetTaskRunResult
Link copied to clipboard
suspend fun getToken(argument: GetTokenPlainArgs): GetTokenResult

Gets the properties of the specified token. API Version: 2020-11-01-preview.

suspend fun getToken(argument: suspend GetTokenPlainArgsBuilder.() -> Unit): GetTokenResult
suspend fun getToken(registryName: String, resourceGroupName: String, tokenName: String): GetTokenResult
Link copied to clipboard

Gets the properties of the specified webhook. API Version: 2019-05-01.

suspend fun getWebhook(argument: suspend GetWebhookPlainArgsBuilder.() -> Unit): GetWebhookResult
suspend fun getWebhook(registryName: String, resourceGroupName: String, webhookName: String): GetWebhookResult
Link copied to clipboard

Gets the configuration of service URI and custom headers for the webhook. API Version: 2019-05-01.

suspend fun getWebhookCallbackConfig(registryName: String, resourceGroupName: String, webhookName: String): GetWebhookCallbackConfigResult
Link copied to clipboard

Gets the count of queued runs for a given agent pool. API Version: 2019-06-01-preview.

suspend fun listAgentPoolQueueStatus(agentPoolName: String, registryName: String, resourceGroupName: String): ListAgentPoolQueueStatusResult
Link copied to clipboard

List the build arguments for a step including the secret arguments. API Version: 2018-02-01-preview.

suspend fun listBuildStepBuildArguments(buildTaskName: String, registryName: String, resourceGroupName: String, stepName: String): ListBuildStepBuildArgumentsResult
Link copied to clipboard

Get the upload location for the user to be able to upload the source. API Version: 2019-06-01-preview.

Link copied to clipboard

Lists the login credentials for the specified container registry. API Version: 2019-05-01.

suspend fun listRegistryCredentials(registryName: String, resourceGroupName: String): ListRegistryCredentialsResult
Link copied to clipboard

Gets a link to download the run logs. API Version: 2019-06-01-preview.

suspend fun listRunLogSasUrl(registryName: String, resourceGroupName: String, runId: String): ListRunLogSasUrlResult
Link copied to clipboard

Returns a task with extended information that includes all secrets. API Version: 2019-06-01-preview.

suspend fun listTaskDetails(registryName: String, resourceGroupName: String, taskName: String): ListTaskDetailsResult
Link copied to clipboard

Gets the detailed information for a given task run that includes all secrets. API Version: 2019-06-01-preview.

suspend fun listTaskRunDetails(registryName: String, resourceGroupName: String, taskRunName: String): ListTaskRunDetailsResult
Link copied to clipboard

Lists recent events for the specified webhook. API Version: 2019-05-01.

suspend fun listWebhookEvents(registryName: String, resourceGroupName: String, webhookName: String): ListWebhookEventsResult