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

HostedServiceCheckNameAvailabilityResponse 类

定义

检查托管服务名称可用性操作响应。

public class HostedServiceCheckNameAvailabilityResponse : Microsoft.Azure.AzureOperationResponse
type HostedServiceCheckNameAvailabilityResponse = class
    inherit AzureOperationResponse
Public Class HostedServiceCheckNameAvailabilityResponse
Inherits AzureOperationResponse
继承
Microsoft.Azure.AzureOperationResponse
HostedServiceCheckNameAvailabilityResponse

构造函数

HostedServiceCheckNameAvailabilityResponse()

初始化 HostedServiceCheckNameAvailabilityResponse 类的新实例。

属性

IsAvailable

可选。 指示该名称是否可供你使用。 对于保留字词或亵渎字词,操作返回 false。

Reason

可选。 介绍名称为什么不能用于创建云服务。

适用于