Skip to main content

site_identifiers_assigned_to_host_names

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

Overview

Namesite_identifiers_assigned_to_host_names
TypeResource
Idazure.app_service.site_identifiers_assigned_to_host_names

Fields

NameDatatypeDescription
idstringResource Id.
namestringResource Name.
kindstringKind of resource.
propertiesobjectIdentifier resource specific properties
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdDescription for List all apps that are assigned to a hostname.

SELECT examples

Description for List all apps that are assigned to a hostname.

SELECT
id,
name,
kind,
properties,
type
FROM azure.app_service.site_identifiers_assigned_to_host_names
WHERE subscriptionId = '{{ subscriptionId }}';