configuration_snapshots
Creates, updates, deletes, gets or lists a configuration_snapshots
resource.
Overview
Name | configuration_snapshots |
Type | Resource |
Id | azure.app_service.configuration_snapshots |
Fields
- vw_configuration_snapshots
- configuration_snapshots
Name | Datatype | Description |
---|---|---|
id | text | Resource Id. |
name | text | Resource Name. |
acr_use_managed_identity_creds | text | field from the properties object |
acr_user_managed_identity_id | text | field from the properties object |
always_on | text | field from the properties object |
api_definition | text | field from the properties object |
api_management_config | text | field from the properties object |
app_command_line | text | field from the properties object |
app_settings | text | field from the properties object |
auto_heal_enabled | text | field from the properties object |
auto_heal_rules | text | field from the properties object |
auto_swap_slot_name | text | field from the properties object |
azure_storage_accounts | text | field from the properties object |
connection_strings | text | field from the properties object |
cors | text | field from the properties object |
default_documents | text | field from the properties object |
detailed_error_logging_enabled | text | field from the properties object |
document_root | text | field from the properties object |
elastic_web_app_scale_limit | text | field from the properties object |
experiments | text | field from the properties object |
ftps_state | text | field from the properties object |
function_app_scale_limit | text | field from the properties object |
functions_runtime_scale_monitoring_enabled | text | field from the properties object |
handler_mappings | text | field from the properties object |
health_check_path | text | field from the properties object |
http20_enabled | text | field from the properties object |
http_logging_enabled | text | field from the properties object |
ip_security_restrictions | text | field from the properties object |
ip_security_restrictions_default_action | text | field from the properties object |
java_container | text | field from the properties object |
java_container_version | text | field from the properties object |
java_version | text | field from the properties object |
key_vault_reference_identity | text | field from the properties object |
kind | text | Kind of resource. |
limits | text | field from the properties object |
linux_fx_version | text | field from the properties object |
load_balancing | text | field from the properties object |
local_my_sql_enabled | text | field from the properties object |
logs_directory_size_limit | text | field from the properties object |
machine_key | text | field from the properties object |
managed_pipeline_mode | text | field from the properties object |
managed_service_identity_id | text | field from the properties object |
metadata | text | field from the properties object |
min_tls_cipher_suite | text | field from the properties object |
min_tls_version | text | field from the properties object |
minimum_elastic_instance_count | text | field from the properties object |
net_framework_version | text | field from the properties object |
node_version | text | field from the properties object |
number_of_workers | text | field from the properties object |
php_version | text | field from the properties object |
power_shell_version | text | field from the properties object |
pre_warmed_instance_count | text | field from the properties object |
public_network_access | text | field from the properties object |
publishing_username | text | field from the properties object |
push | text | field from the properties object |
python_version | text | field from the properties object |
remote_debugging_enabled | text | field from the properties object |
remote_debugging_version | text | field from the properties object |
request_tracing_enabled | text | field from the properties object |
request_tracing_expiration_time | text | field from the properties object |
resourceGroupName | text | field from the properties object |
scm_ip_security_restrictions | text | field from the properties object |
scm_ip_security_restrictions_default_action | text | field from the properties object |
scm_ip_security_restrictions_use_main | text | field from the properties object |
scm_min_tls_version | text | field from the properties object |
scm_type | text | field from the properties object |
snapshotId | text | field from the properties object |
subscriptionId | text | field from the properties object |
tracing_options | text | field from the properties object |
type | text | Resource type. |
use32_bit_worker_process | text | field from the properties object |
virtual_applications | text | field from the properties object |
vnet_name | text | field from the properties object |
vnet_private_ports_count | text | field from the properties object |
vnet_route_all_enabled | text | field from the properties object |
web_sockets_enabled | text | field from the properties object |
website_time_zone | text | field from the properties object |
windows_fx_version | text | field from the properties object |
x_managed_service_identity_id | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
id | string | Resource Id. |
name | string | Resource Name. |
kind | string | Kind of resource. |
properties | object | Configuration of an App Service app. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | name, resourceGroupName, snapshotId, subscriptionId | Description for Gets a snapshot of the configuration of an app at a previous point in time. |
SELECT
examples
Description for Gets a snapshot of the configuration of an app at a previous point in time.
- vw_configuration_snapshots
- configuration_snapshots
SELECT
id,
name,
acr_use_managed_identity_creds,
acr_user_managed_identity_id,
always_on,
api_definition,
api_management_config,
app_command_line,
app_settings,
auto_heal_enabled,
auto_heal_rules,
auto_swap_slot_name,
azure_storage_accounts,
connection_strings,
cors,
default_documents,
detailed_error_logging_enabled,
document_root,
elastic_web_app_scale_limit,
experiments,
ftps_state,
function_app_scale_limit,
functions_runtime_scale_monitoring_enabled,
handler_mappings,
health_check_path,
http20_enabled,
http_logging_enabled,
ip_security_restrictions,
ip_security_restrictions_default_action,
java_container,
java_container_version,
java_version,
key_vault_reference_identity,
kind,
limits,
linux_fx_version,
load_balancing,
local_my_sql_enabled,
logs_directory_size_limit,
machine_key,
managed_pipeline_mode,
managed_service_identity_id,
metadata,
min_tls_cipher_suite,
min_tls_version,
minimum_elastic_instance_count,
net_framework_version,
node_version,
number_of_workers,
php_version,
power_shell_version,
pre_warmed_instance_count,
public_network_access,
publishing_username,
push,
python_version,
remote_debugging_enabled,
remote_debugging_version,
request_tracing_enabled,
request_tracing_expiration_time,
resourceGroupName,
scm_ip_security_restrictions,
scm_ip_security_restrictions_default_action,
scm_ip_security_restrictions_use_main,
scm_min_tls_version,
scm_type,
snapshotId,
subscriptionId,
tracing_options,
type,
use32_bit_worker_process,
virtual_applications,
vnet_name,
vnet_private_ports_count,
vnet_route_all_enabled,
web_sockets_enabled,
website_time_zone,
windows_fx_version,
x_managed_service_identity_id
FROM azure.app_service.vw_configuration_snapshots
WHERE name = '{{ name }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND snapshotId = '{{ snapshotId }}'
AND subscriptionId = '{{ subscriptionId }}';
SELECT
id,
name,
kind,
properties,
type
FROM azure.app_service.configuration_snapshots
WHERE name = '{{ name }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND snapshotId = '{{ snapshotId }}'
AND subscriptionId = '{{ subscriptionId }}';