共用方式為


RunbookProperties.Parameters Property

Definition

Optional. Gets or sets the runbook parameters.

public System.Collections.Generic.IDictionary<string,Microsoft.WindowsAzure.Management.Automation.Models.RunbookParameter> Parameters { get; set; }
member this.Parameters : System.Collections.Generic.IDictionary<string, Microsoft.WindowsAzure.Management.Automation.Models.RunbookParameter> with get, set
Public Property Parameters As IDictionary(Of String, RunbookParameter)

Property Value

Applies to