Proprietà AutomationResource.State
Facoltativa. Ottiene o imposta lo stato di questa risorsa.
Spazio dei nomi: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Sintassi
public string State { get; set; }
public:
property String^ State {
String^ get();
void set(String^ value);
}
member State : string with get, set
Public Property State As String
Valore proprietà
Type: System.String
Vedere anche
Classe AutomationResource
Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models
Torna all'inizio