Udostępnij za pośrednictwem


VMExtension Konstruktory

Definicja

Przeciążenia

VMExtension()

Inicjuje nowe wystąpienie klasy VMExtension.

VMExtension(String, String, String, String, Nullable<Boolean>, Object, Object, IList<String>)

Inicjuje nowe wystąpienie klasy VMExtension.

VMExtension()

Inicjuje nowe wystąpienie klasy VMExtension.

public VMExtension ();
Public Sub New ()

Dotyczy

VMExtension(String, String, String, String, Nullable<Boolean>, Object, Object, IList<String>)

Inicjuje nowe wystąpienie klasy VMExtension.

public VMExtension (string name, string publisher, string type, string typeHandlerVersion = default, bool? autoUpgradeMinorVersion = default, object settings = default, object protectedSettings = default, System.Collections.Generic.IList<string> provisionAfterExtensions = default);
new Microsoft.Azure.Management.Batch.Models.VMExtension : string * string * string * string * Nullable<bool> * obj * obj * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Batch.Models.VMExtension
Public Sub New (name As String, publisher As String, type As String, Optional typeHandlerVersion As String = Nothing, Optional autoUpgradeMinorVersion As Nullable(Of Boolean) = Nothing, Optional settings As Object = Nothing, Optional protectedSettings As Object = Nothing, Optional provisionAfterExtensions As IList(Of String) = Nothing)

Parametry

name
String

Nazwa rozszerzenia maszyny wirtualnej.

publisher
String

Nazwa wydawcy programu obsługi rozszerzeń.

type
String

Typ rozszerzeń.

typeHandlerVersion
String

Wersja programu obsługi skryptów.

autoUpgradeMinorVersion
Nullable<Boolean>

Wskazuje, czy rozszerzenie powinno używać nowszej wersji pomocniczej, jeśli jest ona dostępna w czasie wdrażania. Po wdrożeniu rozszerzenie nie będzie jednak uaktualniać wersji pomocniczych, chyba że zostanie ponownie wdrożone, nawet jeśli ta właściwość ma wartość true.

settings
Object

Ustawienia publiczne w formacie JSON dla rozszerzenia.

protectedSettings
Object

Rozszerzenie może zawierać ustawienia protectedSettings lub protectedSettingsFromKeyVault lub w ogóle nie są chronione.

provisionAfterExtensions
IList<String>

Kolekcja nazw rozszerzeń.

Dotyczy