Skip to main content

resource_provider_states

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

Overview

Nameresource_provider_states
TypeResource
Idazure_stack.network_admin.resource_provider_states

Fields

NameDatatypeDescription
idtextURI of the resource.
nametextName of the resource.
backend_ip_usagetextfield from the properties object
load_balancer_mux_healthtextfield from the properties object
locationtextRegion location of resource.
mac_address_usagetextfield from the properties object
provisioning_statetextfield from the properties object
public_ip_address_usagetextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextList of key value pairs.
typetextType of resource.
virtual_gateway_healthtextfield from the properties object
virtual_network_healthtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTsubscriptionIdGet an overview of the state of the network resource provider.

SELECT examples

Get an overview of the state of the network resource provider.

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 }}';