次の方法で共有


HostedServiceOperationsExtensions.CheckNameAvailability メソッド

定義

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

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

パラメーター

operations
IHostedServiceOperations

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

serviceName
String

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

戻り値

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

適用対象