Class ManagementPolicyRuleActionsGetArgs
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 ManagementPolicyRuleActionsGetArgs : ResourceArgs
Constructors
View SourceManagementPolicyRuleActionsGetArgs()
Declaration
public ManagementPolicyRuleActionsGetArgs()
Properties
View SourceBaseBlob
A base_blob block as documented below.
Declaration
public Input<ManagementPolicyRuleActionsBaseBlobGetArgs> BaseBlob { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ManagementPolicyRuleActionsBaseBlobGetArgs> |
Snapshot
A snapshot block as documented below.
Declaration
public Input<ManagementPolicyRuleActionsSnapshotGetArgs> Snapshot { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ManagementPolicyRuleActionsSnapshotGetArgs> |