Sdílet prostřednictvím


ContentSource Konstruktory

Definice

Přetížení

ContentSource()

Inicializuje novou instanci Třídy ContentSource.

ContentSource(ContentHash, String, String, String)

Inicializuje novou instanci Třídy ContentSource.

ContentSource()

Inicializuje novou instanci Třídy ContentSource.

public ContentSource ();
Public Sub New ()

Platí pro

ContentSource(ContentHash, String, String, String)

Inicializuje novou instanci Třídy 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)

Parametry

hash
ContentHash

Získá nebo nastaví hodnotu hash.

type
String

Získá nebo nastaví typ zdroje obsahu. Mezi možné hodnoty patří: embeddedContent, uri.

value
String

Získá nebo nastaví hodnotu obsahu. To je založeno na typu zdroje obsahu.

version
String

Získá nebo nastaví verzi obsahu.

Platí pro