Compartilhar via


JobProperties.Parameters Propriedade

 

Opcional. Obtém ou define os parâmetros do trabalho.

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

Sintaxe

public IDictionary<string, string> Parameters { get; set; }
public:
property IDictionary<String^, String^>^ Parameters {
    IDictionary<String^, String^>^ get();
    void set(IDictionary<String^, String^>^ value);
}
member Parameters : IDictionary<string, string> with get, set
Public Property Parameters As IDictionary(Of String, String)

Valor de propriedade

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

Consulte também

Classe JobProperties
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo