Aracılığıyla paylaş


StorageCloudBlobCmdletBase.SetBlobProperties(CloudBlob, Hashtable) Method

Definition

set blob properties to a blob object

protected static void SetBlobProperties (Microsoft.Azure.Storage.Blob.CloudBlob blob, System.Collections.Hashtable properties);
static member SetBlobProperties : Microsoft.Azure.Storage.Blob.CloudBlob * System.Collections.Hashtable -> unit
Protected Shared Sub SetBlobProperties (blob As CloudBlob, properties As Hashtable)

Parameters

blob
CloudBlob

CloudBlob object

properties
Hashtable

blob properties hashtable

Applies to