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