Skip to main content

tenant_configurations

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

Overview

Nametenant_configurations
TypeResource
Idazure.api_management.tenant_configurations

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
deployexecresourceGroupName, serviceName, subscriptionId, configurationNameThis operation applies changes from the specified Git branch to the configuration database. This is a long running operation and could take several minutes to complete.
saveexecresourceGroupName, serviceName, subscriptionId, configurationNameThis operation creates a commit with the current configuration snapshot to the specified branch in the repository. This is a long running operation and could take several minutes to complete.
validateexecresourceGroupName, serviceName, subscriptionId, configurationNameThis operation validates the changes in the specified Git branch. This is a long running operation and could take several minutes to complete.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
configurationNamestringThe identifier of the Git Configuration Operation.
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
serviceNamestringThe name of the API Management service.
subscriptionIdstringThe ID of the target subscription.

Lifecycle Methods

This operation applies changes from the specified Git branch to the configuration database. This is a long running operation and could take several minutes to complete.

EXEC azure.api_management.tenant_configurations.deploy 
@resourceGroupName='{{ resourceGroupName }}' --required,
@serviceName='{{ serviceName }}' --required,
@subscriptionId='{{ subscriptionId }}' --required,
@configurationName='{{ configurationName }}' --required
@@json=
'{
"properties": "{{ properties }}"
}'
;