CloudTableClient.SetServicePropertiesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SetServicePropertiesAsync(ServiceProperties) |
Table サービスのサービス プロパティを設定する非同期操作を開始します。 |
SetServicePropertiesAsync(ServiceProperties, CancellationToken) |
Table サービスのサービス プロパティを設定する非同期操作を開始します。 |
SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext) |
Table サービスのサービス プロパティを設定する非同期操作を開始します。 |
SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext, CancellationToken) |
Table サービスのサービス プロパティを設定する非同期操作を開始します。 |
SetServicePropertiesAsync(ServiceProperties)
Table サービスのサービス プロパティを設定する非同期操作を開始します。
public virtual System.Threading.Tasks.Task SetServicePropertiesAsync (Microsoft.Azure.Cosmos.Table.ServiceProperties properties);
abstract member SetServicePropertiesAsync : Microsoft.Azure.Cosmos.Table.ServiceProperties -> System.Threading.Tasks.Task
override this.SetServicePropertiesAsync : Microsoft.Azure.Cosmos.Table.ServiceProperties -> System.Threading.Tasks.Task
Public Overridable Function SetServicePropertiesAsync (properties As ServiceProperties) As Task
パラメーター
- properties
- ServiceProperties
ServiceProperties オブジェクト。
戻り値
非同期操作を表す Task オブジェクト。
適用対象
SetServicePropertiesAsync(ServiceProperties, CancellationToken)
Table サービスのサービス プロパティを設定する非同期操作を開始します。
public virtual System.Threading.Tasks.Task SetServicePropertiesAsync (Microsoft.Azure.Cosmos.Table.ServiceProperties properties, System.Threading.CancellationToken cancellationToken);
abstract member SetServicePropertiesAsync : Microsoft.Azure.Cosmos.Table.ServiceProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SetServicePropertiesAsync : Microsoft.Azure.Cosmos.Table.ServiceProperties * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function SetServicePropertiesAsync (properties As ServiceProperties, cancellationToken As CancellationToken) As Task
パラメーター
- properties
- ServiceProperties
ServiceProperties オブジェクト。
- cancellationToken
- CancellationToken
タスクの完了を待機しているときに監視する CancellationToken。
戻り値
非同期操作を表す Task オブジェクト。
適用対象
SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext)
Table サービスのサービス プロパティを設定する非同期操作を開始します。
public virtual System.Threading.Tasks.Task SetServicePropertiesAsync (Microsoft.Azure.Cosmos.Table.ServiceProperties properties, Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext);
abstract member SetServicePropertiesAsync : Microsoft.Azure.Cosmos.Table.ServiceProperties * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> System.Threading.Tasks.Task
override this.SetServicePropertiesAsync : Microsoft.Azure.Cosmos.Table.ServiceProperties * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext -> System.Threading.Tasks.Task
Public Overridable Function SetServicePropertiesAsync (properties As ServiceProperties, requestOptions As TableRequestOptions, operationContext As OperationContext) As Task
パラメーター
- properties
- ServiceProperties
ServiceProperties オブジェクト。
- requestOptions
- TableRequestOptions
要求の追加オプションを指定する TableRequestOptions オブジェクトです。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
戻り値
非同期操作を表す Task オブジェクト。
適用対象
SetServicePropertiesAsync(ServiceProperties, TableRequestOptions, OperationContext, CancellationToken)
Table サービスのサービス プロパティを設定する非同期操作を開始します。
public virtual System.Threading.Tasks.Task SetServicePropertiesAsync (Microsoft.Azure.Cosmos.Table.ServiceProperties properties, Microsoft.Azure.Cosmos.Table.TableRequestOptions requestOptions, Microsoft.Azure.Cosmos.Table.OperationContext operationContext, System.Threading.CancellationToken cancellationToken);
abstract member SetServicePropertiesAsync : Microsoft.Azure.Cosmos.Table.ServiceProperties * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SetServicePropertiesAsync : Microsoft.Azure.Cosmos.Table.ServiceProperties * Microsoft.Azure.Cosmos.Table.TableRequestOptions * Microsoft.Azure.Cosmos.Table.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function SetServicePropertiesAsync (properties As ServiceProperties, requestOptions As TableRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task
パラメーター
- properties
- ServiceProperties
ServiceProperties オブジェクト。
- requestOptions
- TableRequestOptions
要求の追加オプションを指定する TableRequestOptions オブジェクトです。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
- cancellationToken
- CancellationToken
タスクの完了を待機しているときに監視する CancellationToken。
戻り値
非同期操作を表す Task オブジェクト。
適用対象
Azure SDK for .NET