Dela via


ContentSource Konstruktorer

Definition

Överlagringar

ContentSource()

Initierar en ny instans av klassen ContentSource.

ContentSource(ContentHash, String, String, String)

Initierar en ny instans av klassen ContentSource.

ContentSource()

Initierar en ny instans av klassen ContentSource.

public ContentSource ();
Public Sub New ()

Gäller för

ContentSource(ContentHash, String, String, String)

Initierar en ny instans av klassen ContentSource.

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

Parametrar

hash
ContentHash

Hämtar eller anger hashen.

type
String

Hämtar eller anger innehållskällans typ. Möjliga värden är: "embeddedContent", "uri"

value
String

Hämtar eller anger värdet för innehållet. Detta baseras på innehållskällans typ.

version
String

Hämtar eller anger versionen av innehållet.

Gäller för