Show / Hide Table of Contents

Class ModuleState

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

Constructors

View Source

ModuleState()

Declaration
public ModuleState()

Properties

View Source

AutomationAccountName

The name of the automation account in which the Module is created. Changing this forces a new resource to be created.

Declaration
public Input<string> AutomationAccountName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ModuleLink

The published Module link.

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

Name

Specifies the name of the Module. Changing this forces a new resource to be created.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ResourceGroupName

The name of the resource group in which the Module is created. Changing this forces a new resource to be created.

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