Domains - List Recommendations

키워드를 기반으로 도메인 이름 권장 사항 가져오기에 대한 설명입니다.

POST https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.DomainRegistration/listDomainRecommendations?api-version=2023-12-01

URI 매개 변수

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

string

Azure 구독 ID. GUID 형식 문자열입니다(예: 00000000-0000-0000-0000-0000-00000000000).

api-version
query True

string

API 버전

요청 본문

Name 형식 Description
keywords

string

도메인 권장 사항을 생성하는 데 사용할 키워드입니다.

maxDomainRecommendations

integer

최대 권장 사항 수입니다.

응답

Name 형식 Description
200 OK

NameIdentifierCollection

정상

Other Status Codes

DefaultErrorResponse

오류 응답을 App Service.

보안

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 domain recommendations

Sample Request

POST https://management.azure.com/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/providers/Microsoft.DomainRegistration/listDomainRecommendations?api-version=2023-12-01

{
  "keywords": "example1",
  "maxDomainRecommendations": 10
}

Sample Response

{
  "value": [
    {
      "name": "domainnamesuggestion1"
    },
    {
      "name": "domainnamesuggestion2"
    },
    {
      "name": "domainnamesuggestion3"
    }
  ]
}

정의

Name Description
DefaultErrorResponse

오류 응답을 App Service.

Details
DomainRecommendationSearchParameters

도메인 권장 사항 검색 매개 변수.

Error

오류 모델.

NameIdentifier

개체를 식별합니다.

NameIdentifierCollection

도메인 이름 식별자의 컬렉션입니다.

DefaultErrorResponse

오류 응답을 App Service.

Name 형식 Description
error

Error

오류 모델.

Details

Name 형식 Description
code

string

프로그래밍 방식으로 오류를 식별하는 표준화된 문자열입니다.

message

string

자세한 오류 설명 및 디버깅 정보입니다.

target

string

자세한 오류 설명 및 디버깅 정보입니다.

DomainRecommendationSearchParameters

도메인 권장 사항 검색 매개 변수.

Name 형식 Description
keywords

string

도메인 권장 사항을 생성하는 데 사용할 키워드입니다.

maxDomainRecommendations

integer

최대 권장 사항 수입니다.

Error

오류 모델.

Name 형식 Description
code

string

프로그래밍 방식으로 오류를 식별하는 표준화된 문자열입니다.

details

Details[]

자세한 오류입니다.

innererror

string

디버그 오류에 대한 자세한 정보입니다.

message

string

자세한 오류 설명 및 디버깅 정보입니다.

target

string

자세한 오류 설명 및 디버깅 정보입니다.

NameIdentifier

개체를 식별합니다.

Name 형식 Description
name

string

개체 이름입니다.

NameIdentifierCollection

도메인 이름 식별자의 컬렉션입니다.

Name 형식 Description
nextLink

string

리소스의 다음 페이지에 연결합니다.

value

NameIdentifier[]

리소스 컬렉션입니다.