Share via


Features - List

구독에 대한 AFEC를 통해 사용할 수 있는 공급자 네임스페이스의 모든 미리 보기 기능을 가져옵니다.

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features?api-version=2021-07-01

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
resourceProviderNamespace
path True

string

기능을 가져오기 위한 리소스 공급자의 네임스페이스입니다.

subscriptionId
path True

string

Azure 구독 ID입니다.

api-version
query True

string

이 작업에 사용할 API 버전입니다.

응답

Name 형식 Description
200 OK

FeatureOperationsListResult

OK - 리소스 공급자의 각 기능에 대한 메타데이터를 포함하는 배열을 반환합니다. 메타데이터에는 기능 이름, 등록 상태, 리소스 ID 및 리소스 종류가 포함됩니다.

Media Types: "application/json", "text/json"

Other Status Codes

ErrorResponse

작업 실패 이유를 설명하는 오류 응답입니다.

Media Types: "application/json", "text/json"

보안

azure_auth

Azure Active Directory OAuth2 Flow.

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

Scopes

Name Description
user_impersonation 사용자 계정 가장

예제

List provider Features

Sample Request

GET https://management.azure.com/subscriptions/subid/providers/Microsoft.Features/providers/Resource Provider Namespace/features?api-version=2021-07-01

Sample Response

{
  "value": [
    {
      "name": "Feature1",
      "properties": {
        "state": "registered"
      },
      "id": "feature_id1",
      "type": "type1"
    },
    {
      "name": "Feature2",
      "properties": {
        "state": "unregistered"
      },
      "id": "feature_id2",
      "type": "type2"
    }
  ]
}

정의

Name Description
ErrorDefinition

오류 정의.

ErrorResponse

오류 응답은 서비스가 들어오는 요청을 처리할 수 없음을 나타냅니다.

FeatureOperationsListResult

미리 보기된 기능 목록입니다.

FeatureProperties

기능에 대한 정보입니다.

FeatureResult

미리 보기 기능 정보입니다.

ErrorDefinition

오류 정의.

Name 형식 Description
code

string

HTTP 오류 코드의 하위 상태 역할을 하는 서비스별 오류 코드입니다.

details

ErrorDefinition[]

내부 오류 세부 정보입니다.

message

string

오류 설명입니다.

ErrorResponse

오류 응답은 서비스가 들어오는 요청을 처리할 수 없음을 나타냅니다.

Name 형식 Description
error

ErrorDefinition

오류 세부 정보입니다.

FeatureOperationsListResult

미리 보기된 기능 목록입니다.

Name 형식 Description
nextLink

string

다음 결과 집합을 가져오는 데 사용할 URL입니다.

value

FeatureResult[]

기능의 배열입니다.

FeatureProperties

기능에 대한 정보입니다.

Name 형식 Description
state

string

구독에 대한 기능의 등록 상태입니다.

FeatureResult

미리 보기 기능 정보입니다.

Name 형식 Description
id

string

기능의 리소스 ID입니다.

name

string

기능의 이름입니다.

properties

FeatureProperties

미리 보기 기능의 속성입니다.

type

string

기능의 리소스 종류입니다.