Show / Hide Table of Contents

Class ManagementPolicyRuleActionsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ManagementPolicyRuleActionsArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ManagementPolicyRuleActionsArgs : ResourceArgs

Constructors

View Source

ManagementPolicyRuleActionsArgs()

Declaration
public ManagementPolicyRuleActionsArgs()

Properties

View Source

BaseBlob

A base_blob block as documented below.

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

Snapshot

A snapshot block as documented below.

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