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) | |
CloudFile(StorageUri, StorageCredentials) | |
CloudFile(Uri, StorageCredentials) |
CloudFile(Uri)
public CloudFile (Uri fileAbsoluteUri);
new Microsoft.WindowsAzure.Storage.File.CloudFile : Uri -> Microsoft.WindowsAzure.Storage.File.CloudFile
Public Sub New (fileAbsoluteUri As Uri)
Parameters
- fileAbsoluteUri
- Uri
Applies to
CloudFile(StorageUri, StorageCredentials)
public CloudFile (Microsoft.WindowsAzure.Storage.StorageUri fileAbsoluteUri, Microsoft.WindowsAzure.Storage.Auth.StorageCredentials credentials);
new Microsoft.WindowsAzure.Storage.File.CloudFile : Microsoft.WindowsAzure.Storage.StorageUri * Microsoft.WindowsAzure.Storage.Auth.StorageCredentials -> Microsoft.WindowsAzure.Storage.File.CloudFile
Public Sub New (fileAbsoluteUri As StorageUri, credentials As StorageCredentials)
Parameters
- fileAbsoluteUri
- StorageUri
- credentials
- StorageCredentials
Applies to
CloudFile(Uri, StorageCredentials)
public CloudFile (Uri fileAbsoluteUri, Microsoft.WindowsAzure.Storage.Auth.StorageCredentials credentials);
new Microsoft.WindowsAzure.Storage.File.CloudFile : Uri * Microsoft.WindowsAzure.Storage.Auth.StorageCredentials -> Microsoft.WindowsAzure.Storage.File.CloudFile
Public Sub New (fileAbsoluteUri As Uri, credentials As StorageCredentials)
Parameters
- fileAbsoluteUri
- Uri
- credentials
- StorageCredentials
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET