Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Storage] [DataMovement] Updating docs for FromClient() in Blob and File Storage Resource Providers with Resume Client Options limitations #47033

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,8 @@ public StorageResource FromBlob(Uri blobUri, BlobStorageResourceOptions options
/// </summary>
/// <param name="client">
/// Target resource presented within an Azure SDK client.
/// Note: It is NOT guaranteed that properties set within the client's <see cref="BlobClientOptions"/>
/// will be respected when resuming a transfer.
/// </param>
/// <param name="options">
/// Options for creating the storage resource.
Expand All @@ -422,6 +424,8 @@ public StorageResource FromClient(
/// </summary>
/// <param name="client">
/// Target resource presented within an Azure SDK client.
/// Note: It is NOT guaranteed that properties set within the client's <see cref="BlobClientOptions"/>
/// will be respected when resuming a transfer.
/// </param>
/// <param name="options">
/// Options for creating the storage resource.
Expand All @@ -441,6 +445,8 @@ public StorageResource FromClient(
/// </summary>
/// <param name="client">
/// Target resource presented within an Azure SDK client.
/// Note: It is NOT guaranteed that properties set within the client's <see cref="BlobClientOptions"/>
/// will be respected when resuming a transfer.
/// </param>
/// <param name="options">
/// Options for creating the storage resource.
Expand All @@ -460,6 +466,8 @@ public StorageResource FromClient(
/// </summary>
/// <param name="client">
/// Target resource presented within an Azure SDK client.
/// Note: It is NOT guaranteed that properties set within the client's <see cref="BlobClientOptions"/>
/// will be respected when resuming a transfer.
/// </param>
/// <param name="options">
/// Options for creating the storage resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ public StorageResource FromFile(
/// </summary>
/// <param name="client">
/// Target resource presented within an Azure SDK client.
/// Note: It is NOT guaranteed that properties set within the client's <see cref="ShareClientOptions"/>
/// will be respected when resuming a transfer.
/// </param>
/// <param name="options">
/// Options for creating the storage resource.
Expand All @@ -360,6 +362,8 @@ public StorageResource FromClient(
/// </summary>
/// <param name="client">
/// Target resource presented within an Azure SDK client.
/// Note: It is NOT guaranteed that properties set within the client's <see cref="ShareClientOptions"/>
/// will be respected when resuming a transfer.
/// </param>
/// <param name="options">
/// Options for creating the storage resource.
Expand Down