Features - Unregister

구독에 대한 미리 보기 기능을 등록 취소합니다.

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

URI 매개 변수

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

string

등록을 취소할 기능의 이름입니다.

resourceProviderNamespace
path True

string

리소스 공급자의 네임스페이스입니다.

subscriptionId
path True

string

Azure 구독 ID입니다.

api-version
query True

string

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

응답

Name 형식 Description
200 OK

FeatureResult

확인 - 등록되지 않은 기능에 대한 메타데이터를 반환합니다. 메타데이터에는 기능 이름, 등록 상태, 리소스 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 사용자 계정 가장

예제

Register feature

Sample Request

POST https://management.azure.com/subscriptions/ff23096b-f5a2-46ea-bd62-59c3e93fef9a/providers/Microsoft.Features/providers/Resource Provider Namespace/features/feature/unregister?api-version=2021-07-01

Sample Response

{
  "name": "Feature1",
  "properties": {
    "state": "unregistered"
  },
  "id": "/subscriptions/ff23096b-f5a2-46ea-bd62-59c3e93fef9a/providers/Microsoft.Features/providers/Microsoft.Test/features/Feature1",
  "type": "Microsoft.Features/providers/features"
}

정의

Name Description
ErrorDefinition

오류 정의입니다.

ErrorResponse

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

FeatureProperties

기능에 대한 정보입니다.

FeatureResult

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

ErrorDefinition

오류 정의입니다.

Name 형식 Description
code

string

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

details

ErrorDefinition[]

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

message

string

오류 설명입니다.

ErrorResponse

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

Name 형식 Description
error

ErrorDefinition

오류 세부 정보입니다.

FeatureProperties

기능에 대한 정보입니다.

Name 형식 Description
state

string

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

FeatureResult

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

Name 형식 Description
id

string

기능의 리소스 ID입니다.

name

string

기능의 이름입니다.

properties

FeatureProperties

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

type

string

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