RunbookDraft.Parameters Propriedade
Opcional. Obtém ou define o runbook parâmetros de rascunho.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
public IDictionary<string, RunbookParameter> Parameters { get; set; }
public:
property IDictionary<String^, RunbookParameter^>^ Parameters {
IDictionary<String^, RunbookParameter^>^ get();
void set(IDictionary<String^, RunbookParameter^>^ value);
}
member Parameters : IDictionary<string, RunbookParameter> with get, set
Public Property Parameters As IDictionary(Of String, RunbookParameter)
Valor de propriedade
Type: System.Collections.Generic.IDictionary<String, RunbookParameter>
Consulte também
Classe RunbookDraft
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo