StorageUri 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
StorageUri(Uri) |
Initializes a new instance of the StorageUri class using the primary endpoint for the storage account. |
StorageUri(Uri, Uri) |
Initializes a new instance of the StorageUri class using the primary and secondary endpoints for the storage account. |
StorageUri(Uri)
Initializes a new instance of the StorageUri class using the primary endpoint for the storage account.
public StorageUri (Uri primaryUri);
new Microsoft.Azure.Storage.StorageUri : Uri -> Microsoft.Azure.Storage.StorageUri
Public Sub New (primaryUri As Uri)
Parameters
Applies to
StorageUri(Uri, Uri)
Initializes a new instance of the StorageUri class using the primary and secondary endpoints for the storage account.
public StorageUri (Uri primaryUri, Uri secondaryUri);
new Microsoft.Azure.Storage.StorageUri : Uri * Uri -> Microsoft.Azure.Storage.StorageUri
Public Sub New (primaryUri As Uri, secondaryUri As Uri)
Parameters
Applies to
Azure SDK for .NET