BlobsStorageResourceProvider.FromContainer Method

Definition

Creates a storage resource pointing towards the given container URI.

public Azure.Storage.DataMovement.StorageResource FromContainer (string containerUri, Azure.Storage.DataMovement.Blobs.BlobStorageResourceContainerOptions options = default);
member this.FromContainer : string * Azure.Storage.DataMovement.Blobs.BlobStorageResourceContainerOptions -> Azure.Storage.DataMovement.StorageResource
Public Function FromContainer (containerUri As String, Optional options As BlobStorageResourceContainerOptions = Nothing) As StorageResource

Parameters

containerUri
String

Target location.

options
BlobStorageResourceContainerOptions

Options for creating the storage resource.

Returns

The configured storage resource.

Applies to