Skip to main content

configuration_snapshot_slots

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

Overview

Nameconfiguration_snapshot_slots
TypeResource
Idazure.app_service.configuration_snapshot_slots

Fields

NameDatatypeDescription
idtextResource Id.
nametextResource Name.
acr_use_managed_identity_credstextfield from the properties object
acr_user_managed_identity_idtextfield from the properties object
always_ontextfield from the properties object
api_definitiontextfield from the properties object
api_management_configtextfield from the properties object
app_command_linetextfield from the properties object
app_settingstextfield from the properties object
auto_heal_enabledtextfield from the properties object
auto_heal_rulestextfield from the properties object
auto_swap_slot_nametextfield from the properties object
azure_storage_accountstextfield from the properties object
connection_stringstextfield from the properties object
corstextfield from the properties object
default_documentstextfield from the properties object
detailed_error_logging_enabledtextfield from the properties object
document_roottextfield from the properties object
elastic_web_app_scale_limittextfield from the properties object
experimentstextfield from the properties object
ftps_statetextfield from the properties object
function_app_scale_limittextfield from the properties object
functions_runtime_scale_monitoring_enabledtextfield from the properties object
handler_mappingstextfield from the properties object
health_check_pathtextfield from the properties object
http20_enabledtextfield from the properties object
http_logging_enabledtextfield from the properties object
ip_security_restrictionstextfield from the properties object
ip_security_restrictions_default_actiontextfield from the properties object
java_containertextfield from the properties object
java_container_versiontextfield from the properties object
java_versiontextfield from the properties object
key_vault_reference_identitytextfield from the properties object
kindtextKind of resource.
limitstextfield from the properties object
linux_fx_versiontextfield from the properties object
load_balancingtextfield from the properties object
local_my_sql_enabledtextfield from the properties object
logs_directory_size_limittextfield from the properties object
machine_keytextfield from the properties object
managed_pipeline_modetextfield from the properties object
managed_service_identity_idtextfield from the properties object
metadatatextfield from the properties object
min_tls_cipher_suitetextfield from the properties object
min_tls_versiontextfield from the properties object
minimum_elastic_instance_counttextfield from the properties object
net_framework_versiontextfield from the properties object
node_versiontextfield from the properties object
number_of_workerstextfield from the properties object
php_versiontextfield from the properties object
power_shell_versiontextfield from the properties object
pre_warmed_instance_counttextfield from the properties object
public_network_accesstextfield from the properties object
publishing_usernametextfield from the properties object
pushtextfield from the properties object
python_versiontextfield from the properties object
remote_debugging_enabledtextfield from the properties object
remote_debugging_versiontextfield from the properties object
request_tracing_enabledtextfield from the properties object
request_tracing_expiration_timetextfield from the properties object
resourceGroupNametextfield from the properties object
scm_ip_security_restrictionstextfield from the properties object
scm_ip_security_restrictions_default_actiontextfield from the properties object
scm_ip_security_restrictions_use_maintextfield from the properties object
scm_min_tls_versiontextfield from the properties object
scm_typetextfield from the properties object
slottextfield from the properties object
snapshotIdtextfield from the properties object
subscriptionIdtextfield from the properties object
tracing_optionstextfield from the properties object
typetextResource type.
use32_bit_worker_processtextfield from the properties object
virtual_applicationstextfield from the properties object
vnet_nametextfield from the properties object
vnet_private_ports_counttextfield from the properties object
vnet_route_all_enabledtextfield from the properties object
web_sockets_enabledtextfield from the properties object
website_time_zonetextfield from the properties object
windows_fx_versiontextfield from the properties object
x_managed_service_identity_idtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTname, resourceGroupName, slot, snapshotId, subscriptionIdDescription 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.

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,
slot,
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_snapshot_slots
WHERE name = '{{ name }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND slot = '{{ slot }}'
AND snapshotId = '{{ snapshotId }}'
AND subscriptionId = '{{ subscriptionId }}';