次の方法で共有


HostedServiceOperationsExtensions.CheckNameAvailabilityAsync メソッド

定義

[Check Hosted Service Name Availability]\(ホストされたサービス名の可用性の確認\) 操作は、指定されたクラウド サービス名の可用性を確認します。 (詳細については、 を参照してください http://msdn.microsoft.com/en-us/library/windowsazure/jj154116.aspx )

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCheckNameAvailabilityResponse> CheckNameAvailabilityAsync(this Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations operations, string serviceName);
static member CheckNameAvailabilityAsync : Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.HostedServiceCheckNameAvailabilityResponse>
<Extension()>
Public Function CheckNameAvailabilityAsync (operations As IHostedServiceOperations, serviceName As String) As Task(Of HostedServiceCheckNameAvailabilityResponse)

パラメーター

operations
IHostedServiceOperations

Microsoft.WindowsAzure.Management.Compute.IHostedServiceOperations への参照。

serviceName
String

必須。 使用するクラウド サービス名。

戻り値

ホストされているサービス名の確認可用性操作の応答。

適用対象