Show / Hide Table of Contents

Class ZipBlobState

Inheritance
System.Object
InputArgs
ResourceArgs
ZipBlobState
Inherited Members
ResourceArgs.Empty
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
public sealed class ZipBlobState : ResourceArgs

Constructors

View Source

ZipBlobState()

Declaration
public ZipBlobState()

Properties

View Source

AccessTier

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

Content

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

ContentType

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

Metadata

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

Name

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

Parallelism

Declaration
public Input<int> Parallelism { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Size

Declaration
public Input<int> Size { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

SourceContent

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

SourceUri

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

StorageAccountName

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

StorageContainerName

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

Type

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

Url

Declaration
public Input<string> Url { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.