Share via


ContentLink Constructors

Definition

Overloads

ContentLink()

Initializes a new instance of the ContentLink class.

ContentLink(String, ContentHash, String)

Initializes a new instance of the ContentLink class.

Initializes a new instance of the ContentLink class.

public ContentLink ();
Public Sub New ()

Applies to

Initializes a new instance of the ContentLink class.

public ContentLink (string uri = default, Microsoft.Azure.Management.Automation.Models.ContentHash contentHash = default, string version = default);
new Microsoft.Azure.Management.Automation.Models.ContentLink : string * Microsoft.Azure.Management.Automation.Models.ContentHash * string -> Microsoft.Azure.Management.Automation.Models.ContentLink
Public Sub New (Optional uri As String = Nothing, Optional contentHash As ContentHash = Nothing, Optional version As String = Nothing)

Parameters

uri
String

Gets or sets the uri of the runbook content.

contentHash
ContentHash

Gets or sets the hash.

version
String

Gets or sets the version of the content.

Applies to