Sdílet prostřednictvím


RunbookUpdateParameters Konstruktory

Definice

Přetížení

RunbookUpdateParameters()

Inicializuje novou instanci RunbookUpdateParameters třídy.

RunbookUpdateParameters(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, String, String, IDictionary<String,String>)

Inicializuje novou instanci RunbookUpdateParameters třídy.

RunbookUpdateParameters()

Inicializuje novou instanci RunbookUpdateParameters třídy.

public RunbookUpdateParameters ();
Public Sub New ()

Platí pro

RunbookUpdateParameters(String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Int32>, String, String, IDictionary<String,String>)

Inicializuje novou instanci RunbookUpdateParameters třídy.

public RunbookUpdateParameters (string description = default, bool? logVerbose = default, bool? logProgress = default, int? logActivityTrace = default, string name = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default);
new Microsoft.Azure.Management.Automation.Models.RunbookUpdateParameters : string * Nullable<bool> * Nullable<bool> * Nullable<int> * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Automation.Models.RunbookUpdateParameters
Public Sub New (Optional description As String = Nothing, Optional logVerbose As Nullable(Of Boolean) = Nothing, Optional logProgress As Nullable(Of Boolean) = Nothing, Optional logActivityTrace As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing)

Parametry

description
String

Získá nebo nastaví popis runbooku.

logVerbose
Nullable<Boolean>

Získá nebo nastaví možnost podrobného protokolu.

logProgress
Nullable<Boolean>

Získá nebo nastaví možnost protokolu průběhu.

logActivityTrace
Nullable<Int32>

Získá nebo nastaví možnosti trasování úrovně aktivity runbooku.

name
String

Získá nebo nastaví název prostředku.

location
String

Získá nebo nastaví umístění prostředku.

tags
IDictionary<String,String>

Získá nebo nastaví značky připojené k prostředku.

Platí pro