Blob

class Blob : KotlinCustomResource

Manages a Blob within a Storage Container. For the supported combinations of properties and features please see here.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:storage:Blob myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/blobServices/default/containers/{containerName}/blobs/{blobName}

Properties

Link copied to clipboard

The access tier of the storage blob. Only supported for standard storage accounts, not premium.

Link copied to clipboard
val contentMd5: Output<String>?

The MD5 sum of the blob contents.

Link copied to clipboard
val contentType: Output<String>?

The content type of the storage blob.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val metadata: Output<Map<String, String>>

A map of custom blob metadata.

Link copied to clipboard
val name: Output<String>

The name of the storage blob.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: Output<BlobType>

The type of the storage blob to be created.

Link copied to clipboard
val url: Output<String>

The URL of the blob.

Link copied to clipboard
val urn: Output<String>