ContainerBuilder.CreateIfNotExistsAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
CreateIfNotExistsAsync(ThroughputProperties, CancellationToken) |
現在の fluent 定義にコンテナーが存在しない場合は、コンテナーを作成します。 |
CreateIfNotExistsAsync(Nullable<Int32>, CancellationToken) |
現在の fluent 定義にコンテナーが存在しない場合は、コンテナーを作成します。 |
CreateIfNotExistsAsync(ThroughputProperties, CancellationToken)
現在の fluent 定義にコンテナーが存在しない場合は、コンテナーを作成します。
public System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.ContainerResponse> CreateIfNotExistsAsync (Microsoft.Azure.Cosmos.ThroughputProperties throughputProperties, System.Threading.CancellationToken cancellationToken = default);
member this.CreateIfNotExistsAsync : Microsoft.Azure.Cosmos.ThroughputProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.ContainerResponse>
Public Function CreateIfNotExistsAsync (throughputProperties As ThroughputProperties, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ContainerResponse)
パラメーター
- throughputProperties
- ThroughputProperties
1 秒あたりの要求ユニット数で表されるコンテナーの必要なスループット。
- cancellationToken
- CancellationToken
(省略可能) CancellationToken 要求の取り消しを表します。
戻り値
Fluent 定義に基づく の Container 作成を表す非同期タスク。
適用対象
CreateIfNotExistsAsync(Nullable<Int32>, CancellationToken)
現在の fluent 定義にコンテナーが存在しない場合は、コンテナーを作成します。
public System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.ContainerResponse> CreateIfNotExistsAsync (int? throughput = default, System.Threading.CancellationToken cancellationToken = default);
member this.CreateIfNotExistsAsync : Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Cosmos.ContainerResponse>
Public Function CreateIfNotExistsAsync (Optional throughput As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ContainerResponse)
パラメーター
- cancellationToken
- CancellationToken
(省略可能) CancellationToken 要求の取り消しを表します。
戻り値
Fluent 定義に基づく の Container 作成を表す非同期タスク。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET