Skip to main content

vw_tenant_configuration_sync_states

Creates, updates, deletes, gets or lists a vw_tenant_configuration_sync_states resource.

Overview

Namevw_tenant_configuration_sync_states
TypeView
Idazure.api_management.vw_tenant_configuration_sync_states

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.branch') as "branch",
JSON_EXTRACT(properties, '$.commitId') as "commit_id",
JSON_EXTRACT(properties, '$.isExport') as "is_export",
JSON_EXTRACT(properties, '$.isSynced') as "is_synced",
JSON_EXTRACT(properties, '$.isGitEnabled') as "is_git_enabled",
JSON_EXTRACT(properties, '$.syncDate') as "sync_date",
JSON_EXTRACT(properties, '$.configurationChangeDate') as "configuration_change_date",
JSON_EXTRACT(properties, '$.lastOperationId') as "last_operation_id",
subscriptionId,
resourceGroupName,
serviceName,
configurationName
FROM azure.api_management.tenant_configuration_sync_states
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND serviceName = 'replace-me' AND configurationName = 'replace-me';