Condividi tramite


Proprietà ModuleUpdateParameters.Properties

 

Obbligatorio. Ottiene o imposta il modulo di aggiornamento delle proprietà.

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

Sintassi

public ModuleUpdateProperties Properties { get; set; }
public:
property ModuleUpdateProperties^ Properties {
    ModuleUpdateProperties^ get();
    void set(ModuleUpdateProperties^ value);
}
member Properties : ModuleUpdateProperties with get, set
Public Property Properties As ModuleUpdateProperties

Valore proprietà

Type: Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateProperties

Vedere anche

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

Torna all'inizio