Sdílet prostřednictvím


ContentLink Konstruktory

Definice

Přetížení

ContentLink()

Inicializuje novou instanci ContentLink třídy.

ContentLink(String, ContentHash, String)

Inicializuje novou instanci ContentLink třídy.

Inicializuje novou instanci ContentLink třídy.

public ContentLink ();
Public Sub New ()

Platí pro

Inicializuje novou instanci ContentLink třídy.

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

Získá nebo nastaví identifikátor URI obsahu sady Runbook.

contentHash
ContentHash

Získá nebo nastaví hodnotu hash.

version
String

Získá nebo nastaví verzi obsahu.

Platí pro