Compartilhar via


Propriedade JobStreamListParameters.Time

Optional. Use the time filter to retrieve stream records created after this time. The value should be a datetime string in UTC format as defined in ISO 8601. For example, 2014-09-25T17:49:17.2252204Z

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

Uso

'Uso
Dim instance As JobStreamListParameters
Dim value As String

value = instance.Time

instance.Time = value

Sintaxe

'Declaração
Public Property Time As String
public string Time { get; set; }
public:
property String^ Time {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Time ()

/** @property */
public void set_Time (String value)
public function get Time () : String

public function set Time (value : String)

Segurança de thread

Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Classe JobStreamListParameters
Membros JobStreamListParameters
Namespace Microsoft.WindowsAzure.Management.Automation.Models