Class RunBookPublishContentLinkGetArgs
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 RunBookPublishContentLinkGetArgs : ResourceArgs
Constructors
View SourceRunBookPublishContentLinkGetArgs()
Declaration
public RunBookPublishContentLinkGetArgs()
Properties
View SourceHash
Declaration
public Input<RunBookPublishContentLinkHashGetArgs> Hash { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<RunBookPublishContentLinkHashGetArgs> |
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> |