top_level_domains
Creates, updates, deletes, gets or lists a top_level_domains
resource.
Overview
Name | top_level_domains |
Type | Resource |
Id | azure.app_service.top_level_domains |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource Id. |
name | string | Resource Name. |
kind | string | Kind of resource. |
properties | object | TopLevelDomain resource specific properties |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | name, subscriptionId | Description for Get details of a top-level domain. |
list | SELECT | subscriptionId | Description for Get all top-level domains supported for registration. |
SELECT
examples
Description for Get all top-level domains supported for registration.
SELECT
id,
name,
kind,
properties,
type
FROM azure.app_service.top_level_domains
WHERE subscriptionId = '{{ subscriptionId }}';