Skip to main content

network_connections_health_details

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

Overview

Namenetwork_connections_health_details
TypeResource
Idazure.dev_center.network_connections_health_details

Fields

The following fields are returned by SELECT queries:

OK. The request has succeeded.

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
propertiesobjectHealth check status details properties.
systemDataobjectAzure Resource Manager metadata containing createdBy and modifiedBy information.
typestringThe type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectLists health check status details
getselectsubscriptionId, resourceGroupName, networkConnectionNameGets health check status details.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
networkConnectionNamestringName of the Network Connection that can be applied to a Pool.
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
subscriptionIdstringThe ID of the target subscription.

SELECT examples

Lists health check status details

SELECT
id,
name,
properties,
systemData,
type
FROM azure.dev_center.network_connections_health_details
;