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

Volumes - Get

Return the requested a storage volume.

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Fabric.Admin/fabricLocations/{location}/scaleUnits/{scaleUnit}/storageSubSystems/{storageSubSystem}/volumes/{volume}?api-version=2019-05-01

URI Parameters

Name In Required Type Description
location
path True

string

Location of the resource.

resourceGroupName
path True

string

Name of the resource group.

scaleUnit
path True

string

Name of the scale units.

storageSubSystem
path True

string

Name of the storage system.

subscriptionId
path True

string

Subscription credentials that uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

volume
path True

string

Name of the storage volume.

api-version
query True

string

Client API Version.

Responses

Name Type Description
200 OK

Volume

OK

404 Not Found

NOT FOUND

Security

azure_auth

Authorization uses an Azure Active Directory OAuth2 flow.

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

Scopes

Name Description
user_impersonation impersonate your user account

Examples

Return the requested a storage volume.

Sample request

GET https://management.azure.com/subscriptions/72526b2b-4b61-4700-8f0c-7bb7ae9b6a2d/resourceGroups/System.redmond/providers/Microsoft.Fabric.Admin/fabricLocations/redmond/scaleUnits/s-cluster/storageSubSystems/s-cluster.v.masd.stbtest.microsoft.com/volumes/48f356d4-362d-49cb-a021-fafffbe0e8ad?api-version=2019-05-01

Sample response

{
  "id": "/subscriptions/72526b2b-4b61-4700-8f0c-7bb7ae9b6a2d/resourceGroups/System.redmond/providers/Microsoft.Fabric.Admin/fabricLocations/redmond/scaleUnits/s-cluster/storageSubSystems/s-cluster.v.masd.stbtest.microsoft.com/volumes/48f356d4-362d-49cb-a021-fafffbe0e8ad",
  "name": "redmond/s-cluster/s-cluster.v.masd.stbtest.microsoft.com/48f356d4-362d-49cb-a021-fafffbe0e8ad",
  "type": "Microsoft.Fabric.Admin/fabricLocations/scaleUnits/storageSubSystems/volumes",
  "location": "redmond",
  "tags": {},
  "properties": {
    "totalCapacityGB": 1375,
    "remainingCapacityGB": 1317,
    "healthStatus": "Healthy",
    "operationalStatus": "OK",
    "repairStatus": "",
    "description": "",
    "action": "",
    "volumeLabel": "ObjStore_1"
  }
}

Definitions

Volume

Representation of a volume resource.

Name Type Description
id

string

URI of the resource.

location

string

The region where the resource is located.

name

string

Name of the resource.

properties.action

string

Detailed recommended action for HealthStatus/OperationalStatus. Empty if HealthStatus/OperationalStatus is Healthy/Ok.

properties.description

string

Detailed description for HealthStatus/OperationalStatus. Empty if HealthStatus/OperationalStatus is Healthy/Ok.

properties.healthStatus

string

Health status of the volume.

properties.operationalStatus

string

Operational status of the volume.

properties.remainingCapacityGB

integer

Remaining capacity in GB of the volume.

properties.repairStatus

string

Repair status of the volume. Empty if no repair job running, something like 'Running, 90%' when repairing.

properties.totalCapacityGB

integer

Total capacity in GB of the volume.

properties.volumeLabel

string

Volume label.

tags

object

List of key-value pairs.

type

string

Type of resource.