File Shares - Get

要求されたファブリック ファイル共有を返します。

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

URI パラメーター

名前 / 必須 説明
fileShare
path True

string

ファブリック ファイル共有名。

location
path True

string

リソースの場所。

resourceGroupName
path True

string

リソース グループの名前。

subscriptionId
path True

string

Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。

api-version
query True

string

クライアント API のバージョン。

応答

名前 説明
200 OK

FileShare

OK

404 Not Found

見つかりません

セキュリティ

azure_auth

承認では、Azure Active Directory OAuth2 フローが使用されます。

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

Scopes

名前 説明
user_impersonation ユーザー アカウントの借用

Returns the requested fabric file share.

Sample Request

GET https://management.azure.com/subscriptions/20ff7fc3-e762-44dd-bd96-b71116dcdc23/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/fileShares/SU1_Public?api-version=2016-05-01

Sample Response

{
  "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local/fileShares/SU1_VmTemp",
  "name": "SU1_VmTemp",
  "type": "Microsoft.Fabric.Admin/fabricLocations/fileShares",
  "location": "local",
  "tags": {},
  "properties": {
    "associatedVolume": "05c1cbb7",
    "uncPath": "\\\\\\\\SU1FileServer.azurestack.local\\\\SU1_VmTemp"
  }
}

定義

FileShare

ファイル共有リソースのプロパティを含む オブジェクト。

名前 説明
id

string

リソースの URI。

location

string

リソースが配置されているリージョン。

name

string

リソースの名前。

properties.associatedVolume

string

関連付けられているボリューム ID。

properties.uncPath

string

ファイル共有の UNCPath。

tags

object

キーと値のペアの一覧。

type

string

リソースの種類。