Share via


RunbookProperties.Parameters Property

 

Optional. Gets or sets the runbook parameters.

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Syntax

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)

Property Value

Type: System.Collections.Generic.IDictionary<String, RunbookParameter>

See Also

RunbookProperties Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top