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

Nas Clusters - Get

返回请求的 nas 群集。

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

URI 参数

名称 必需 类型 说明
location
path True

string

资源的位置。

nasCluster
path True

string

nas 群集的名称。

resourceGroupName
path True

string

资源组的名称。

subscriptionId
path True

string

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

api-version
query True

string

客户端 API 版本。

响应

名称 类型 说明
200 OK

NasCluster

确定

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 模拟用户帐户

示例

Return the requested a nas cluster.

Sample Request

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

Sample Response

{
  "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 群集资源的表示形式。

名称 类型 说明
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

资源的类型。