Skip to main content

nas_clusters

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

Overview

Namenas_clusters
TypeResource
Idazure_stack.fabric_admin.nas_clusters

Fields

NameDatatypeDescription
idtextURI of the resource.
nametextName of the resource.
cluster_nametextfield from the properties object
locationtextThe region where the resource is located.
nasClustertextfield from the properties object
portal_uritextfield from the properties object
resourceGroupNametextfield from the properties object
sizetextfield from the properties object
size_remainingtextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextList of key-value pairs.
typetextType of resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, nasCluster, resourceGroupName, subscriptionIdReturn the requested nas cluster.
listSELECTlocation, resourceGroupName, subscriptionIdReturns a list of all nas clusters at a location.

SELECT examples

Returns a list of all nas clusters at a location.

SELECT
id,
name,
cluster_name,
location,
nasCluster,
portal_uri,
resourceGroupName,
size,
size_remaining,
subscriptionId,
tags,
type
FROM azure_stack.fabric_admin.vw_nas_clusters
WHERE location = '{{ location }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';