resource_provider_states
Creates, updates, deletes, gets or lists a resource_provider_states
resource.
Overview
Name | resource_provider_states |
Type | Resource |
Id | azure_stack.network_admin.resource_provider_states |
Fields
- vw_resource_provider_states
- resource_provider_states
Name | Datatype | Description |
---|---|---|
id | text | URI of the resource. |
name | text | Name of the resource. |
backend_ip_usage | text | field from the properties object |
load_balancer_mux_health | text | field from the properties object |
location | text | Region location of resource. |
mac_address_usage | text | field from the properties object |
provisioning_state | text | field from the properties object |
public_ip_address_usage | text | field from the properties object |
subscriptionId | text | field from the properties object |
tags | text | List of key value pairs. |
type | text | Type of resource. |
virtual_gateway_health | text | field from the properties object |
virtual_network_health | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
id | string | URI of the resource. |
name | string | Name of the resource. |
location | string | Region location of resource. |
properties | object | Admin overview properties. |
tags | object | List of key value pairs. |
type | string | Type of resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | subscriptionId | Get an overview of the state of the network resource provider. |
SELECT
examples
Get an overview of the state of the network resource provider.
- vw_resource_provider_states
- resource_provider_states
SELECT
id,
name,
backend_ip_usage,
load_balancer_mux_health,
location,
mac_address_usage,
provisioning_state,
public_ip_address_usage,
subscriptionId,
tags,
type,
virtual_gateway_health,
virtual_network_health
FROM azure_stack.network_admin.vw_resource_provider_states
WHERE subscriptionId = '{{ subscriptionId }}';
SELECT
id,
name,
location,
properties,
tags,
type
FROM azure_stack.network_admin.resource_provider_states
WHERE subscriptionId = '{{ subscriptionId }}';