你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Nas Clusters - List

返回某个位置上所有 nas 群集的列表。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/nasClusters?api-version=2019-05-01
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/nasClusters?api-version=2019-05-01&$filter={$filter}&$top={$top}&$skip={$skip}

URI 参数

名称 必需 类型 说明
location
path True

string

资源的位置。

resourceGroupName
path True

string

资源组的名称。

subscriptionId
path True

string

唯一标识 Microsoft Azure 订阅的订阅凭据。 此订阅 ID 是每个服务调用的 URI 的一部分。

api-version
query True

string

客户端 API 版本。

$filter
query

string

OData 筛选器参数。

$skip
query

string

OData skip 参数。

$top
query

string

OData top 参数。

响应

名称 类型 说明
200 OK

NasClusterList

确定

Other Status Codes

错误响应: ***

  • 400 错误请求。

  • 500 内部服务器错误。

安全性

azure_auth

授权使用 Azure Active Directory OAuth2 流。

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

名称 说明
user_impersonation 模拟用户帐户

示例

Returns a list of all storage nas clusters at a location.

Sample Request

GET https://management.azure.com/subscriptions/72526b2b-4b61-4700-8f0c-7bb7ae9b6a2d/resourceGroups/System.redmond/providers/Microsoft.Fabric.Admin/fabricLocations/redmond/nasClusters?api-version=2019-05-01

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/72526b2b-4b61-4700-8f0c-7bb7ae9b6a2d/resourceGroups/System.redmond/providers/Microsoft.Fabric.Admin/fabricLocations/redmond/nasClusters/bc489b66-faa7-41f0-bee7-bcba258f10fb",
      "name": "redmond/bc489b66-faa7-41f0-bee7-bcba258f10fb",
      "type": "Microsoft.Fabric.Admin/fabricLocations/nasClusters",
      "location": "redmond",
      "tags": {},
      "properties": {
        "size": 193273528320,
        "sizeRemaining": 20185522176,
        "clusterName": "IsilonR430",
        "portalUri": "https://100.85.198.239:8080/"
      }
    }
  ]
}

定义

名称 说明
NasCluster

nas 群集资源的表示形式。

NasClusterList

nas 群集的可分页列表。

NasCluster

nas 群集资源的表示形式。

名称 类型 说明
id

string

资源的 URI。

location

string

资源所在的区域。

name

string

资源的名称。

properties.clusterName

string

nas 群集的名称

properties.portalUri

string

Nas 群集的门户 URI

properties.size

integer

Nas 群集的大小(以字节为单位)

properties.sizeRemaining

integer

Nas 群集的剩余大小(以字节为单位)

tags

object

键值对列表。

type

string

资源的类型。

NasClusterList

nas 群集的可分页列表。

名称 类型 说明
nextLink

string

指向下一页的 URI。

value

NasCluster[]

nas 群集列表。