Show / Hide Table of Contents

Class ManagementPolicyRuleActionsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ManagementPolicyRuleActionsGetArgs
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 ManagementPolicyRuleActionsGetArgs : ResourceArgs

Constructors

View Source

ManagementPolicyRuleActionsGetArgs()

Declaration
public ManagementPolicyRuleActionsGetArgs()

Properties

View Source

BaseBlob

A base_blob block as documented below.

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

Snapshot

A snapshot block as documented below.

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