Show / Hide Table of Contents

Class ZipBlob

Inheritance
System.Object
Resource
CustomResource
ZipBlob
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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 Source

ZipBlob(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 Source

AccessTier

Declaration
public Output<string> AccessTier { get; }
Property Value
Type Description
Output<System.String>
View Source

Content

Declaration
public Output<Archive> Content { get; }
Property Value
Type Description
Output<Archive>
View Source

ContentType

Declaration
public Output<string> ContentType { get; }
Property Value
Type Description
Output<System.String>
View Source

Metadata

Declaration
public Output<ImmutableDictionary<string, string>> Metadata { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableDictionary<System.String, System.String>>
View Source

Name

Declaration
public Output<string> Name { get; }
Property Value
Type Description
Output<System.String>
View Source

Parallelism

Declaration
public Output<int?> Parallelism { get; }
Property Value
Type Description
Output<System.Nullable<System.Int32>>
View Source

Size

Declaration
public Output<int?> Size { get; }
Property Value
Type Description
Output<System.Nullable<System.Int32>>
View Source

SourceContent

Declaration
public Output<string> SourceContent { get; }
Property Value
Type Description
Output<System.String>
View Source

SourceUri

Declaration
public Output<string> SourceUri { get; }
Property Value
Type Description
Output<System.String>
View Source

StorageAccountName

Declaration
public Output<string> StorageAccountName { get; }
Property Value
Type Description
Output<System.String>
View Source

StorageContainerName

Declaration
public Output<string> StorageContainerName { get; }
Property Value
Type Description
Output<System.String>
View Source

Type

Declaration
public Output<string> Type { get; }
Property Value
Type Description
Output<System.String>
View Source

Url

Declaration
public Output<string> Url { get; }
Property Value
Type Description
Output<System.String>

Methods

View Source

Get(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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.