site_identifiers_assigned_to_host_names
Creates, updates, deletes, gets or lists a site_identifiers_assigned_to_host_names
resource.
Overview
Name | site_identifiers_assigned_to_host_names |
Type | Resource |
Id | azure.app_service.site_identifiers_assigned_to_host_names |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id. |
name | string | Resource Name. |
kind | string | Kind of resource. |
properties | object | Identifier resource specific properties |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Description 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 }}';