ContentSource Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
ContentSource() |
Inicjuje nowe wystąpienie klasy ContentSource. |
ContentSource(ContentHash, String, String, String) |
Inicjuje nowe wystąpienie klasy ContentSource. |
ContentSource()
Inicjuje nowe wystąpienie klasy ContentSource.
public ContentSource();
Public Sub New ()
Dotyczy
ContentSource(ContentHash, String, String, String)
Inicjuje nowe wystąpienie klasy 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
Pobiera lub ustawia skrót.
- type
- String
Pobiera lub ustawia typ źródła zawartości. Możliwe wartości to: "embeddedContent", "URI"
- value
- String
Pobiera lub ustawia wartość zawartości. Jest to oparte na typie źródła zawartości.
- version
- String
Pobiera lub ustawia wersję zawartości.
Dotyczy
Azure SDK for .NET