Compartilhar via


JobListParameters.EndTime Propriedade

 

Opcional. Para o final do 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 EndTime { get; set; }
public:
property String^ EndTime {
    String^ get();
    void set(String^ value);
}
member EndTime : string with get, set
Public Property EndTime As String

Valor de propriedade

Type: System.String

Consulte também

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

Retornar ao topo