Skip to content

Commit

Permalink
initial commit (#47033)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickliu-msft authored Nov 8, 2024
1 parent cb66a14 commit ec62229
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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 @@ -348,6 +348,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 @@ -367,6 +369,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

0 comments on commit ec62229

Please sign in to comment.