Udostępnij za pośrednictwem


RunbookParameter Konstruktory

Definicja

Przeciążenia

RunbookParameter()

Inicjuje nowe wystąpienie klasy RunbookParameter.

RunbookParameter(String, Nullable<Boolean>, Nullable<Int32>, String)

Inicjuje nowe wystąpienie klasy RunbookParameter.

RunbookParameter()

Inicjuje nowe wystąpienie klasy RunbookParameter.

public RunbookParameter ();
Public Sub New ()

Dotyczy

RunbookParameter(String, Nullable<Boolean>, Nullable<Int32>, String)

Inicjuje nowe wystąpienie klasy RunbookParameter.

public RunbookParameter (string type = default, bool? isMandatory = default, int? position = default, string defaultValue = default);
new Microsoft.Azure.Management.Automation.Models.RunbookParameter : string * Nullable<bool> * Nullable<int> * string -> Microsoft.Azure.Management.Automation.Models.RunbookParameter
Public Sub New (Optional type As String = Nothing, Optional isMandatory As Nullable(Of Boolean) = Nothing, Optional position As Nullable(Of Integer) = Nothing, Optional defaultValue As String = Nothing)

Parametry

type
String

Pobiera lub ustawia typ parametru.

isMandatory
Nullable<Boolean>

Pobiera lub ustawia wartość logiczną, aby wskazać, czy parametr jest obowiązkowy, czy nie.

position
Nullable<Int32>

Pobierz lub ustawia położenie parametru.

defaultValue
String

Pobiera lub ustawia wartość domyślną parametru.

Dotyczy