Skip to content
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