deleted_accounts
Creates, updates, deletes, gets or lists a deleted_accounts
resource.
Overview
Name | deleted_accounts |
Type | Resource |
Id | azure.cognitive_services.deleted_accounts |
Fields
- vw_deleted_accounts
- deleted_accounts
Name | Datatype | Description |
---|---|---|
abuse_penalty | text | field from the properties object |
accountName | text | field from the properties object |
allowed_fqdn_list | text | field from the properties object |
aml_workspace | text | field from the properties object |
api_properties | text | field from the properties object |
call_rate_limit | text | field from the properties object |
capabilities | text | field from the properties object |
commitment_plan_associations | text | field from the properties object |
custom_sub_domain_name | text | field from the properties object |
date_created | text | field from the properties object |
deletion_date | text | field from the properties object |
disable_local_auth | text | field from the properties object |
dynamic_throttling_enabled | text | field from the properties object |
encryption | text | field from the properties object |
endpoint | text | field from the properties object |
endpoints | text | field from the properties object |
etag | text | Resource Etag. |
identity | text | Identity for the resource. |
internal_id | text | field from the properties object |
is_migrated | text | field from the properties object |
kind | text | The kind (type) of cognitive service account. |
location | text | The geo-location where the resource lives |
locations | text | field from the properties object |
migration_token | text | field from the properties object |
network_acls | text | field from the properties object |
private_endpoint_connections | text | field from the properties object |
provisioning_state | text | field from the properties object |
public_network_access | text | field from the properties object |
quota_limit | text | field from the properties object |
rai_monitor_config | text | field from the properties object |
resourceGroupName | text | field from the properties object |
restore | text | field from the properties object |
restrict_outbound_network_access | text | field from the properties object |
scheduled_purge_date | text | field from the properties object |
sku | text | The resource model definition representing SKU |
sku_change_info | text | field from the properties object |
subscriptionId | text | field from the properties object |
system_data | text | field from the properties object |
tags | text | Resource tags. |
user_owned_storage | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
etag | string | Resource Etag. |
identity | object | Identity for the resource. |
kind | string | The kind (type) of cognitive service account. |
location | string | The geo-location where the resource lives |
properties | object | Properties of Cognitive Services account. |
sku | object | The resource model definition representing SKU |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
tags | object | Resource tags. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | accountName, location, resourceGroupName, subscriptionId | Returns a Cognitive Services account specified by the parameters. |
list | SELECT | subscriptionId | Returns all the resources of a particular type belonging to a subscription. |
purge | EXEC | accountName, location, resourceGroupName, subscriptionId | Deletes a Cognitive Services account from the resource group. |
SELECT
examples
Returns all the resources of a particular type belonging to a subscription.
- vw_deleted_accounts
- deleted_accounts
SELECT
abuse_penalty,
accountName,
allowed_fqdn_list,
aml_workspace,
api_properties,
call_rate_limit,
capabilities,
commitment_plan_associations,
custom_sub_domain_name,
date_created,
deletion_date,
disable_local_auth,
dynamic_throttling_enabled,
encryption,
endpoint,
endpoints,
etag,
identity,
internal_id,
is_migrated,
kind,
location,
locations,
migration_token,
network_acls,
private_endpoint_connections,
provisioning_state,
public_network_access,
quota_limit,
rai_monitor_config,
resourceGroupName,
restore,
restrict_outbound_network_access,
scheduled_purge_date,
sku,
sku_change_info,
subscriptionId,
system_data,
tags,
user_owned_storage
FROM azure.cognitive_services.vw_deleted_accounts
WHERE subscriptionId = '{{ subscriptionId }}';
SELECT
etag,
identity,
kind,
location,
properties,
sku,
systemData,
tags
FROM azure.cognitive_services.deleted_accounts
WHERE subscriptionId = '{{ subscriptionId }}';