Condividi tramite


Proprietà JobScheduleProperties.Parameters

 

Facoltativa. Ottiene o imposta i parametri della pianificazione del processo.

Spazio dei nomi:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Sintassi

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)

Valore proprietà

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

Vedere anche

Classe JobScheduleProperties
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models

Torna all'inizio