HostedServiceCheckNameAvailabilityResponse 类
表示的云服务名称可用性有关的信息。
命名空间: Microsoft.WindowsAzure.Management.Compute.Models
程序集: Microsoft.WindowsAzure.Management.Compute(Microsoft.WindowsAzure.Management.Compute.dll 中)
继承层次结构
System.Object
Hyak.Common.HttpOperationResponse
Microsoft.Azure.AzureOperationResponse
Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCheckNameAvailabilityResponse
语法
public class HostedServiceCheckNameAvailabilityResponse : AzureOperationResponse
public ref class HostedServiceCheckNameAvailabilityResponse : AzureOperationResponse
type HostedServiceCheckNameAvailabilityResponse =
class
inherit AzureOperationResponse
end
Public Class HostedServiceCheckNameAvailabilityResponse
Inherits AzureOperationResponse
构造函数
名称 | 说明 | |
---|---|---|
HostedServiceCheckNameAvailabilityResponse() | 初始化 HostedServiceCheckNameAvailabilityResponse 类的新实例。 |
属性
名称 | 说明 | |
---|---|---|
IsAvailable | 获取或设置是否为可供使用的名称。 |
|
Reason | 获取或设置为什么名称不能用于创建云服务的原因。 |
|
RequestId | (从 AzureOperationResponse 继承。) |
|
StatusCode | (从 HttpOperationResponse 继承。) |
方法
名称 | 说明 | |
---|---|---|
Equals(Object) | (从 Object 继承。) |
|
Finalize() | (从 Object 继承。) |
|
GetHashCode() | (从 Object 继承。) |
|
GetType() | (从 Object 继承。) |
|
MemberwiseClone() | (从 Object 继承。) |
|
ToString() | (从 Object 继承。) |
线程安全
此类型的任何公共静态(Visual Basic 中为 Shared)成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参阅
Microsoft.WindowsAzure.Management.Compute.Models 命名空间
返回页首