Condividi tramite


Proprietà JobProperties.Parameters

Optional. Gets or sets the parameters of the job.

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

Utilizzo

'Utilizzo
Dim instance As JobProperties
Dim value As IDictionary(Of String, String)

value = instance.Parameters

instance.Parameters = value

Sintassi

'Dichiarazione
Public Property Parameters As IDictionary(Of String, String)
public IDictionary<string,string> Parameters { get; set; }
public:
property IDictionary<String^, String^>^ Parameters {
    IDictionary<String^, String^>^ get ();
    void set (IDictionary<String^, String^>^ value);
}
/** @property */
public IDictionary<String,String> get_Parameters ()

/** @property */
public void set_Parameters (IDictionary<String,String> value)
public function get Parameters () : IDictionary<String,String>

public function set Parameters (value : IDictionary<String,String>)

Sicurezza dei thread

Qualsiasi membro statico pubblico (condiviso in Visual Basic) di questo tipo è thread safe. Non è invece garantita la sicurezza dei membri dell'istanza.

Piattaforme

Piattaforme di sviluppo

Windows Vista, Windows 7 e Windows Server 2008

Piattaforme di destinazione

Vedere anche

Riferimento

Classe JobProperties
Membri JobProperties
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models