Class ZipBlobState
Inheritance
System.Object
ZipBlobState
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()
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ZipBlobState : ResourceArgs
Constructors
View Source
ZipBlobState()
Declaration
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
View Source
ContentType
Declaration
public Input<string> ContentType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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> |
|