Compartilhar via


JobListParameters.StartTime Propriedade

 

Opcional. Para o início, o valor de filtro de tempo deve ser uma cadeia de caracteres de data e hora no formato UTC, conforme definido no ISO 8601. Por exemplo, 2014-09-25T17:49:17.2252204Z

Namespace:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

public string StartTime { get; set; }
public:
property String^ StartTime {
    String^ get();
    void set(String^ value);
}
member StartTime : string with get, set
Public Property StartTime As String

Valor de propriedade

Type: System.String

Consulte também

Classe JobListParameters
Namespace Microsoft.WindowsAzure.Management.Automation.Models

Retornar ao topo