Share via


GalleryApplicationCustomActionParameter Konstruktoren

Definition

Überlädt

GalleryApplicationCustomActionParameter()

Initialisiert eine neue instance der GalleryApplicationCustomActionParameter-Klasse.

GalleryApplicationCustomActionParameter(String, Nullable<Boolean>, Nullable<GalleryApplicationCustomActionParameterType>, String, String)

Initialisiert eine neue instance der GalleryApplicationCustomActionParameter-Klasse.

GalleryApplicationCustomActionParameter()

Initialisiert eine neue instance der GalleryApplicationCustomActionParameter-Klasse.

public GalleryApplicationCustomActionParameter ();
Public Sub New ()

Gilt für:

GalleryApplicationCustomActionParameter(String, Nullable<Boolean>, Nullable<GalleryApplicationCustomActionParameterType>, String, String)

Initialisiert eine neue instance der GalleryApplicationCustomActionParameter-Klasse.

public GalleryApplicationCustomActionParameter (string name, bool? required = default, Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomActionParameterType? type = default, string defaultValue = default, string description = default);
new Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomActionParameter : string * Nullable<bool> * Nullable<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomActionParameterType> * string * string -> Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomActionParameter
Public Sub New (name As String, Optional required As Nullable(Of Boolean) = Nothing, Optional type As Nullable(Of GalleryApplicationCustomActionParameterType) = Nothing, Optional defaultValue As String = Nothing, Optional description As String = Nothing)

Parameter

name
String

Der Name der benutzerdefinierten Aktion. Muss innerhalb der Kataloganwendungsversion eindeutig sein.

required
Nullable<Boolean>

Gibt an, ob dieser Parameter beim Ausführen der benutzerdefinierten Aktion übergeben werden muss.

type
Nullable<GalleryApplicationCustomActionParameterType>

Gibt den Typ des benutzerdefinierten Aktionsparameters an. Mögliche Werte sind: String, ConfigurationDataBlob oder LogOutputBlob. Mögliche Werte: "String", "ConfigurationDataBlob", "LogOutputBlob"

defaultValue
String

Der Standardwert des Parameters. Gilt nur für Zeichenfolgentypen

description
String

Eine Beschreibung, die Benutzern hilft, zu verstehen, was dieser Parameter bedeutet.

Gilt für: