CloudFile.StartCopy メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
StartCopy(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext) |
別のファイルの内容、プロパティ、およびメタデータのこのファイルへのコピーを開始する操作を開始します。 |
StartCopy(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext) |
別の Azure ファイルまたは BLOB の内容、プロパティ、およびメタデータのこの Azure ファイルへのコピーを開始する操作を開始します。 |
StartCopy(CloudFile, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext) |
別のファイルの内容、プロパティ、およびメタデータのこのファイルへのコピーを開始する操作を開始します。 |
StartCopy(Uri, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext) |
別の Azure ファイルまたは BLOB の内容、プロパティ、およびメタデータのこの Azure ファイルへのコピーを開始する操作を開始します。 |
StartCopy(CloudFile, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)
別のファイルの内容、プロパティ、およびメタデータのこのファイルへのコピーを開始する操作を開始します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual string StartCopy (Microsoft.Azure.Storage.File.CloudFile source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition = default, Microsoft.Azure.Storage.AccessCondition destAccessCondition = default, Microsoft.Azure.Storage.File.FileRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopy : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> string
override this.StartCopy : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> string
Public Overridable Function StartCopy (source As CloudFile, Optional sourceAccessCondition As AccessCondition = Nothing, Optional destAccessCondition As AccessCondition = Nothing, Optional options As FileRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As String
パラメーター
- sourceAccessCondition
- AccessCondition
AccessConditionソース ファイルのアクセス条件を表す オブジェクト。 null
の場合、条件は使用されません。
- destAccessCondition
- AccessCondition
AccessConditionコピー先ファイルのアクセス条件を表す オブジェクト。 null
の場合、条件は使用されません。
- options
- FileRequestOptions
要求の追加オプションを指定する FileRequestOptions オブジェクトです。 の場合 null
、既定のオプションが要求に適用されます。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
戻り値
コピー操作に関連付けられたコピー ID です。
- 属性
注釈
このメソッドは、ファイルの ETag、最終変更時刻、およびコピー状態の一部をフェッチします。 コピー ID とコピー状態のフィールドがフェッチされ、残りのコピー状態はクリアされます。
適用対象
StartCopy(Uri, AccessCondition, AccessCondition, FileRequestOptions, OperationContext)
別の Azure ファイルまたは BLOB の内容、プロパティ、およびメタデータのこの Azure ファイルへのコピーを開始する操作を開始します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual string StartCopy (Uri source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition = default, Microsoft.Azure.Storage.AccessCondition destAccessCondition = default, Microsoft.Azure.Storage.File.FileRequestOptions options = default, Microsoft.Azure.Storage.OperationContext operationContext = default);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopy : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> string
override this.StartCopy : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> string
Public Overridable Function StartCopy (source As Uri, Optional sourceAccessCondition As AccessCondition = Nothing, Optional destAccessCondition As AccessCondition = Nothing, Optional options As FileRequestOptions = Nothing, Optional operationContext As OperationContext = Nothing) As String
パラメーター
- sourceAccessCondition
- AccessCondition
AccessConditionソース オブジェクトのアクセス条件を表す オブジェクト。 null
の場合、条件は使用されません。
- destAccessCondition
- AccessCondition
AccessConditionコピー先ファイルのアクセス条件を表す オブジェクト。 null
の場合、条件は使用されません。
- options
- FileRequestOptions
要求の追加オプションを指定する FileRequestOptions オブジェクトです。 の場合 null
、既定のオプションが要求に適用されます。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
戻り値
コピー操作に関連付けられたコピー ID です。
- 属性
注釈
このメソッドは、ファイルの ETag、最終変更時刻、およびコピー状態の一部をフェッチします。 コピー ID とコピー状態のフィールドがフェッチされ、残りのコピー状態はクリアされます。
適用対象
StartCopy(CloudFile, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext)
別のファイルの内容、プロパティ、およびメタデータのこのファイルへのコピーを開始する操作を開始します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual string StartCopy (Microsoft.Azure.Storage.File.CloudFile source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileCopyOptions copyOptions, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopy : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> string
override this.StartCopy : Microsoft.Azure.Storage.File.CloudFile * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> string
Public Overridable Function StartCopy (source As CloudFile, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, copyOptions As FileCopyOptions, options As FileRequestOptions, operationContext As OperationContext) As String
パラメーター
- sourceAccessCondition
- AccessCondition
AccessConditionソース ファイルのアクセス条件を表す オブジェクト。 null
の場合、条件は使用されません。
- destAccessCondition
- AccessCondition
AccessConditionコピー先ファイルのアクセス条件を表す オブジェクト。 null
の場合、条件は使用されません。
- copyOptions
- FileCopyOptions
FileCopyOptionsコピーのオプションを表す オブジェクト。 の場合 null
、既定のオプションが適用されます。
- options
- FileRequestOptions
要求の追加オプションを指定する FileRequestOptions オブジェクトです。 の場合 null
、既定のオプションが要求に適用されます。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
戻り値
コピー操作に関連付けられたコピー ID です。
- 属性
注釈
このメソッドは、ファイルの ETag、最終変更時刻、およびコピー状態の一部をフェッチします。 コピー ID とコピー状態のフィールドがフェッチされ、残りのコピー状態はクリアされます。
適用対象
StartCopy(Uri, AccessCondition, AccessCondition, FileCopyOptions, FileRequestOptions, OperationContext)
別の Azure ファイルまたは BLOB の内容、プロパティ、およびメタデータのこの Azure ファイルへのコピーを開始する操作を開始します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual string StartCopy (Uri source, Microsoft.Azure.Storage.AccessCondition sourceAccessCondition, Microsoft.Azure.Storage.AccessCondition destAccessCondition, Microsoft.Azure.Storage.File.FileCopyOptions copyOptions, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member StartCopy : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> string
override this.StartCopy : Uri * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.AccessCondition * Microsoft.Azure.Storage.File.FileCopyOptions * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext -> string
Public Overridable Function StartCopy (source As Uri, sourceAccessCondition As AccessCondition, destAccessCondition As AccessCondition, copyOptions As FileCopyOptions, options As FileRequestOptions, operationContext As OperationContext) As String
パラメーター
- sourceAccessCondition
- AccessCondition
AccessConditionソース オブジェクトのアクセス条件を表す オブジェクト。 null
の場合、条件は使用されません。
- destAccessCondition
- AccessCondition
AccessConditionコピー先ファイルのアクセス条件を表す オブジェクト。 null
の場合、条件は使用されません。
- copyOptions
- FileCopyOptions
FileCopyOptionsコピーのオプションを表す オブジェクト。 の場合 null
、既定のオプションが適用されます。
- options
- FileRequestOptions
要求の追加オプションを指定する FileRequestOptions オブジェクトです。 の場合 null
、既定のオプションが要求に適用されます。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
戻り値
コピー操作に関連付けられたコピー ID です。
- 属性
注釈
このメソッドは、ファイルの ETag、最終変更時刻、およびコピー状態の一部をフェッチします。 コピー ID とコピー状態のフィールドがフェッチされ、残りのコピー状態はクリアされます。
適用対象
Azure SDK for .NET