Partager via


ContentSource Constructeurs

Définition

Surcharges

ContentSource()

Initialise une nouvelle instance de la classe ContentSource.

ContentSource(ContentHash, String, String, String)

Initialise une nouvelle instance de la classe ContentSource.

ContentSource()

Initialise une nouvelle instance de la classe ContentSource.

public ContentSource ();
Public Sub New ()

S’applique à

ContentSource(ContentHash, String, String, String)

Initialise une nouvelle instance de la classe 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)

Paramètres

hash
ContentHash

Obtient ou définit le hachage.

type
String

Obtient ou définit le type de source de contenu. Les valeurs possibles sont les suivantes : « embeddedContent », « uri »

value
String

Obtient ou définit la valeur du contenu. Cela est basé sur le type de source de contenu.

version
String

Obtient ou définit la version du contenu.

S’applique à