BlobProperties Constructor (BlobProperties)

Windows Runtime Azure Storage Client Library

Initializes a new instance of the BlobProperties class based on an existing instance.

Namespace: Microsoft.WindowsAzure.Storage.Blob
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

Visual Basic
Dim other As BlobProperties

Dim instance As New BlobProperties(other)

Syntax

Visual Basic
Public Sub New ( _
	other As BlobProperties _
)
C#
public BlobProperties (
	BlobProperties other
)
C++
public:
BlobProperties (
	BlobProperties^ other
)
J#
public BlobProperties (
	BlobProperties other
)
JScript
public function BlobProperties (
	other : BlobProperties
)

Parameters

other

A BlobProperties object.

Remarks

Lease-related properties will not be cloned, because a lease associated with the base blob is not copied to the snapshot.


Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also