@@ -403,6 +403,8 @@ public StorageResource FromBlob(Uri blobUri, BlobStorageResourceOptions options
403403 /// </summary>
404404 /// <param name="client">
405405 /// Target resource presented within an Azure SDK client.
406+ /// Note: It is NOT guaranteed that properties set within the client's <see cref="BlobClientOptions"/>
407+ /// will be respected when resuming a transfer.
406408 /// </param>
407409 /// <param name="options">
408410 /// Options for creating the storage resource.
@@ -422,6 +424,8 @@ public StorageResource FromClient(
422424 /// </summary>
423425 /// <param name="client">
424426 /// Target resource presented within an Azure SDK client.
427+ /// Note: It is NOT guaranteed that properties set within the client's <see cref="BlobClientOptions"/>
428+ /// will be respected when resuming a transfer.
425429 /// </param>
426430 /// <param name="options">
427431 /// Options for creating the storage resource.
@@ -441,6 +445,8 @@ public StorageResource FromClient(
441445 /// </summary>
442446 /// <param name="client">
443447 /// Target resource presented within an Azure SDK client.
448+ /// Note: It is NOT guaranteed that properties set within the client's <see cref="BlobClientOptions"/>
449+ /// will be respected when resuming a transfer.
444450 /// </param>
445451 /// <param name="options">
446452 /// Options for creating the storage resource.
@@ -460,6 +466,8 @@ public StorageResource FromClient(
460466 /// </summary>
461467 /// <param name="client">
462468 /// Target resource presented within an Azure SDK client.
469+ /// Note: It is NOT guaranteed that properties set within the client's <see cref="BlobClientOptions"/>
470+ /// will be respected when resuming a transfer.
463471 /// </param>
464472 /// <param name="options">
465473 /// Options for creating the storage resource.
0 commit comments