次の方法で共有


JobCollectionOperationsExtensions.CheckNameAvailabilityAsync メソッド

定義

JobCollection 名を使用できるかどうかを確認します。 JobCollection 名は、クラウド サービス内で一意である必要があります。

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCheckNameAvailabilityResponse> CheckNameAvailabilityAsync (this Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations operations, string cloudServiceName, string jobCollectionName);
static member CheckNameAvailabilityAsync : Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCheckNameAvailabilityResponse>
<Extension()>
Public Function CheckNameAvailabilityAsync (operations As IJobCollectionOperations, cloudServiceName As String, jobCollectionName As String) As Task(Of JobCollectionCheckNameAvailabilityResponse)

パラメーター

operations
IJobCollectionOperations

Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations への参照。

cloudServiceName
String

必須。 クラウド サービスの名前。

jobCollectionName
String

必須です。 JobCollection の名前。 名前は、CloudService 内のスコープとして一意である必要があります。 名前の最大長は 100 文字です。

戻り値

Check Name Availability 操作応答。

適用対象