次の方法で共有


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

省略可能。 クラウド サービスの作成に名前を使用できない理由を説明します。

適用対象