CloudFile Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET