StorageUri.GetUri(StorageLocation) Method

Definition

Returns the URI for the storage account endpoint at the specified location.

public Uri GetUri (Microsoft.Azure.Storage.StorageLocation location);
member this.GetUri : Microsoft.Azure.Storage.StorageLocation -> Uri
Public Function GetUri (location As StorageLocation) As Uri

Parameters

location
StorageLocation

A StorageLocation enumeration value.

Returns

Uri

The Uri for the endpoint at the the specified location.

Applies to