你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Servers - Check Name Availability
检查目标位置中的名称可用性。
POST https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/checkNameAvailability?api-version=2017-08-01
URI 参数
名称 | 在 | 必需 | 类型 | 说明 |
---|---|---|---|---|
location
|
path | True |
string |
操作将查找到的区域名称。 |
subscription
|
path | True |
string |
Microsoft Azure 订阅的唯一标识符。 此订阅 ID 是每个服务调用的 URI 的一部分。 |
api-version
|
query | True |
string |
客户端 API 版本。 |
请求正文
名称 | 类型 | 说明 |
---|---|---|
name |
string |
用于检查可用性的名称。 |
type |
string |
Azure Analysis Services 的资源类型。 |
响应
名称 | 类型 | 说明 |
---|---|---|
200 OK |
没问题。 请求已成功。 |
|
Other Status Codes |
描述操作失败原因的错误响应。 |
安全性
azure_auth
Azure Active Directory OAuth2 流
类型:
oauth2
流向:
implicit
授权 URL:
https://login.microsoftonline.com/common/oauth2/authorize
作用域
名称 | 说明 |
---|---|
user_impersonation | 模拟用户帐户 |
示例
Get details of a server
示例请求
POST https://management.azure.com/subscriptions/613192d7-503f-477a-9cfe-4efc3ee2bd60/providers/Microsoft.AnalysisServices/locations/West US/checkNameAvailability?api-version=2017-08-01
{
"name": "azsdktest",
"type": "Microsoft.AnalysisServices/servers"
}
示例响应
{
"nameAvailable": true
}
定义
名称 | 说明 |
---|---|
Check |
服务器名称请求正文的详细信息。 |
Check |
服务器名称可用性的检查结果。 |
Error |
资源管理错误附加信息。 |
Error |
错误详细信息。 |
Error |
描述错误响应的格式。 |
CheckServerNameAvailabilityParameters
服务器名称请求正文的详细信息。
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
name |
string |
用于检查可用性的名称。 |
|
type |
string |
Microsoft.AnalysisServices/servers |
Azure Analysis Services 的资源类型。 |
CheckServerNameAvailabilityResult
服务器名称可用性的检查结果。
名称 | 类型 | 说明 |
---|---|---|
message |
string |
请求不可用的详细消息。 |
nameAvailable |
boolean |
服务器名称的可用指示器。 |
reason |
string |
不可用的原因。 |
ErrorAdditionalInfo
资源管理错误附加信息。
名称 | 类型 | 说明 |
---|---|---|
info |
object |
其他信息。 |
type |
string |
其他信息类型。 |
ErrorDetail
错误详细信息。
名称 | 类型 | 说明 |
---|---|---|
additionalInfo |
错误附加信息。 |
|
code |
string |
错误代码。 |
details |
错误详细信息。 |
|
httpStatusCode |
integer |
http 状态代码 |
message |
string |
错误消息。 |
subCode |
integer |
错误子代码 |
target |
string |
错误目标。 |
timeStamp |
string |
错误的时间戳。 |
ErrorResponse
描述错误响应的格式。
名称 | 类型 | 说明 |
---|---|---|
error |
错误对象 |