AutomationResource.State Propriedade
Opcional. Obtém ou define o estado desse recurso.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)
Sintaxe
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
Valor de propriedade
Type: System.String
Consulte também
Classe AutomationResource
Namespace Microsoft.WindowsAzure.Management.Automation.Models
Retornar ao topo