Udostępnij za pośrednictwem


ContentLink Konstruktory

Definicja

Przeciążenia

ContentLink()

Inicjuje nowe wystąpienie klasy ContentLink.

ContentLink(String, ContentHash, String)

Inicjuje nowe wystąpienie klasy ContentLink.

Inicjuje nowe wystąpienie klasy ContentLink.

public ContentLink ();
Public Sub New ()

Dotyczy

Inicjuje nowe wystąpienie klasy ContentLink.

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)

Parametry

uri
String

Pobiera lub ustawia identyfikator URI zawartości elementu Runbook.

contentHash
ContentHash

Pobiera lub ustawia skrót.

version
String

Pobiera lub ustawia wersję zawartości.

Dotyczy