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

Fabric Locations - List

Returns a list of all fabric locations.

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

URI Parameters

Name In Required Type Description
resourceGroupName
path True

string

Name of the resource group.

subscriptionId
path True

string

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

api-version
query True

string

Client API Version.

$filter
query

string

OData filter parameter.

Responses

Name Type Description
200 OK

FabricLocationList

OK

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

Returns a list of all fabric locations.

Sample Request

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

Sample Response

{
  "value": [
    {
      "id": "/subscriptions/23a94a7f-64b3-42d8-807c-733284339015/resourceGroups/System.local/providers/Microsoft.Fabric.Admin/fabricLocations/local",
      "name": "local",
      "type": "Microsoft.Fabric.Admin/fabricLocations",
      "location": "local",
      "tags": {},
      "properties": {}
    }
  ]
}

Definitions

Name Description
FabricLocation

Fabric Location resource.

FabricLocationList

Pageable list of fabric locations.

FabricLocation

Fabric Location 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.exclusiveAdminOperationName

string

Name of the running exclusive admin operation.

properties.exclusiveAdminOperationRunning

boolean

Value for whether an exclusive admin operation is running.

properties.externalDNSIPAddress01

string

First external IP address of the DNS server.

properties.externalDNSIPAddress02

string

Second external IP Address of the DNS server.

properties.pepIpAddresses

string[]

The IP addresses of the privileged endpoints.

properties.shutDownActionPlanEndTime

string

Last known stamp stop time for the shut down action plan.

properties.shutDownActionPlanStartTime

string

Last known stamp start time for the shut down action plan

properties.stampInformationId

string

The deployment id of the stamp.

properties.startUpActionPlanEndTime

string

Last known stamp stop time for the start up action plan.

properties.startUpActionPlanStartTime

string

Last known stamp start time for the start up action plan.

properties.timeServer

string

The IP address of the time server.

tags

object

List of key-value pairs.

type

string

Type of resource.

FabricLocationList

Pageable list of fabric locations.

Name Type Description
nextLink

string

URI to the next page.

value

FabricLocation[]

List of fabric locations.