Freigeben über


GalleryApplicationCustomAction Konstruktoren

Definition

Überlädt

GalleryApplicationCustomAction()

Initialisiert eine neue instance der GalleryApplicationCustomAction-Klasse.

GalleryApplicationCustomAction(String, String, String, IList<GalleryApplicationCustomActionParameter>)

Initialisiert eine neue instance der GalleryApplicationCustomAction-Klasse.

GalleryApplicationCustomAction()

Initialisiert eine neue instance der GalleryApplicationCustomAction-Klasse.

public GalleryApplicationCustomAction ();
Public Sub New ()

Gilt für:

GalleryApplicationCustomAction(String, String, String, IList<GalleryApplicationCustomActionParameter>)

Initialisiert eine neue instance der GalleryApplicationCustomAction-Klasse.

public GalleryApplicationCustomAction (string name, string script, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomActionParameter> parameters = default);
new Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomAction : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomActionParameter> -> Microsoft.Azure.Management.Compute.Models.GalleryApplicationCustomAction
Public Sub New (name As String, script As String, Optional description As String = Nothing, Optional parameters As IList(Of GalleryApplicationCustomActionParameter) = Nothing)

Parameter

name
String

Der Name der benutzerdefinierten Aktion. Muss innerhalb der Version der Kataloganwendung eindeutig sein.

script
String

Das Skript, das beim Ausführen dieser benutzerdefinierten Aktion ausgeführt werden soll.

description
String

Beschreibung, um den Benutzern zu helfen, zu verstehen, was diese benutzerdefinierte Aktion bewirkt.

parameters
IList<GalleryApplicationCustomActionParameter>

Die Parameter, die von dieser benutzerdefinierten Aktion verwendet werden

Gilt für: