Gets the page blob's URI for both the primary and secondary locations, including query string information if the blob is a snapshot.
Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
| Visual Basic |
|---|
Dim instance As CloudPageBlob
Dim value As StorageUri
value = instance.SnapshotQualifiedStorageUri
|
Syntax
| Visual Basic |
|---|
Public ReadOnly Property SnapshotQualifiedStorageUri As StorageUri |
| C# |
|---|
public StorageUri SnapshotQualifiedStorageUri { get; } |
| C++ |
|---|
public:
virtual property StorageUri^ SnapshotQualifiedStorageUri {
StorageUri^ get () sealed;
} |
| J# |
|---|
/** @property */
public final StorageUri get_SnapshotQualifiedStorageUri ()
|
| JScript |
|---|
public final function get SnapshotQualifiedStorageUri () : StorageUri
|
Property Value
An object of type
StorageUri containing the page blob's URIs for both the primary and secondary locations, including snapshot query information if the blob is a snapshot.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also