JobCollectionOperationsExtensions.BeginCreatingAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ジョブ コレクションを作成します。
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateResponse> BeginCreatingAsync (this Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations operations, string cloudServiceName, string jobCollectionName, Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateParameters parameters);
static member BeginCreatingAsync : Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations * string * string * Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Scheduler.Models.JobCollectionCreateResponse>
<Extension()>
Public Function BeginCreatingAsync (operations As IJobCollectionOperations, cloudServiceName As String, jobCollectionName As String, parameters As JobCollectionCreateParameters) As Task(Of JobCollectionCreateResponse)
パラメーター
- operations
- IJobCollectionOperations
Microsoft.WindowsAzure.Management.Scheduler.IJobCollectionOperations への参照。
- cloudServiceName
- String
必須。 ジョブ コレクションを含むクラウド サービスの名前。
- jobCollectionName
- String
必須。 作成するジョブ コレクションの名前。
- parameters
- JobCollectionCreateParameters
必須。 ジョブ コレクションの作成操作に指定されたパラメーター。
戻り値
ジョブ コレクションの作成操作の応答。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET