Class ZipBlob
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Storage
Assembly: Pulumi.Azure.dll
Syntax
[Obsolete("ZipBlob resource is deprecated in the 2.0 version of the provider. Use Blob resource instead.")]
public class ZipBlob : CustomResource
Constructors
View SourceZipBlob(String, ZipBlobArgs, CustomResourceOptions)
Create a ZipBlob resource with the given unique name, arguments, and options.
Declaration
public ZipBlob(string name, ZipBlobArgs args, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resource |
| ZipBlobArgs | args | The arguments used to populate this resource's properties |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Properties
View SourceAccessTier
Declaration
public Output<string> AccessTier { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Content
Declaration
public Output<Archive> Content { get; }
Property Value
| Type | Description |
|---|---|
| Output<Archive> |
ContentType
Declaration
public Output<string> ContentType { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Metadata
Declaration
public Output<ImmutableDictionary<string, string>> Metadata { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.String>> |
Name
Declaration
public Output<string> Name { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Parallelism
Declaration
public Output<int?> Parallelism { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Int32>> |
Size
Declaration
public Output<int?> Size { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Int32>> |
SourceContent
Declaration
public Output<string> SourceContent { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
SourceUri
Declaration
public Output<string> SourceUri { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
StorageAccountName
Declaration
public Output<string> StorageAccountName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
StorageContainerName
Declaration
public Output<string> StorageContainerName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Type
Declaration
public Output<string> Type { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Url
Declaration
public Output<string> Url { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(String, Input<String>, ZipBlobState, CustomResourceOptions)
Get an existing ZipBlob resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
Declaration
public static ZipBlob Get(string name, Input<string> id, ZipBlobState state = null, CustomResourceOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The unique name of the resulting resource. |
| Input<System.String> | id | The unique provider ID of the resource to lookup. |
| ZipBlobState | state | Any extra arguments used during the lookup. |
| CustomResourceOptions | options | A bag of options that control this resource's behavior |
Returns
| Type | Description |
|---|---|
| ZipBlob |