Class ManagementPolicyRuleActionsArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ManagementPolicyRuleActionsArgs : ResourceArgs
Constructors
View SourceManagementPolicyRuleActionsArgs()
Declaration
public ManagementPolicyRuleActionsArgs()
Properties
View SourceBaseBlob
A base_blob block as documented below.
Declaration
public Input<ManagementPolicyRuleActionsBaseBlobArgs> BaseBlob { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ManagementPolicyRuleActionsBaseBlobArgs> |
Snapshot
A snapshot block as documented below.
Declaration
public Input<ManagementPolicyRuleActionsSnapshotArgs> Snapshot { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ManagementPolicyRuleActionsSnapshotArgs> |