다음을 통해 공유


CloudFile Constructors

Definition

Overloads

CloudFile(Uri)

Initializes a new instance of the CloudFile class using an absolute URI to the file.

CloudFile(StorageUri, StorageCredentials)

Initializes a new instance of the CloudFile class using an absolute URI to the file.

CloudFile(Uri, StorageCredentials)

Initializes a new instance of the CloudFile class using an absolute URI to the file.

CloudFile(Uri)

Initializes a new instance of the CloudFile class using an absolute URI to the file.

public CloudFile (Uri fileAbsoluteUri);
new Microsoft.Azure.Storage.File.CloudFile : Uri -> Microsoft.Azure.Storage.File.CloudFile
Public Sub New (fileAbsoluteUri As Uri)

Parameters

fileAbsoluteUri
Uri

The absolute URI to the file.

Applies to

CloudFile(StorageUri, StorageCredentials)

Initializes a new instance of the CloudFile class using an absolute URI to the file.

public CloudFile (Microsoft.Azure.Storage.StorageUri fileAbsoluteUri, Microsoft.Azure.Storage.Auth.StorageCredentials credentials);
new Microsoft.Azure.Storage.File.CloudFile : Microsoft.Azure.Storage.StorageUri * Microsoft.Azure.Storage.Auth.StorageCredentials -> Microsoft.Azure.Storage.File.CloudFile
Public Sub New (fileAbsoluteUri As StorageUri, credentials As StorageCredentials)

Parameters

fileAbsoluteUri
StorageUri

The absolute URI to the file.

credentials
StorageCredentials

A StorageCredentials object.

Applies to

CloudFile(Uri, StorageCredentials)

Initializes a new instance of the CloudFile class using an absolute URI to the file.

public CloudFile (Uri fileAbsoluteUri, Microsoft.Azure.Storage.Auth.StorageCredentials credentials);
new Microsoft.Azure.Storage.File.CloudFile : Uri * Microsoft.Azure.Storage.Auth.StorageCredentials -> Microsoft.Azure.Storage.File.CloudFile
Public Sub New (fileAbsoluteUri As Uri, credentials As StorageCredentials)

Parameters

fileAbsoluteUri
Uri

The absolute URI to the file.

credentials
StorageCredentials

A StorageCredentials object.

Applies to