Class RunBookPublishContentLinkArgs
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.Automation.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class RunBookPublishContentLinkArgs : ResourceArgs
Constructors
View SourceRunBookPublishContentLinkArgs()
Declaration
public RunBookPublishContentLinkArgs()
Properties
View SourceHash
Declaration
public Input<RunBookPublishContentLinkHashArgs> Hash { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RunBookPublishContentLinkHashArgs> |
Uri
The uri of the runbook content.
Declaration
public Input<string> Uri { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Version
Declaration
public Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |