Compartilhar via


Propriedade JobStreamListResponse.NextLink

Optional. Gets or sets the next link uri of the job streams.

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

Uso

'Uso
Dim instance As JobStreamListResponse
Dim value As String

value = instance.NextLink

instance.NextLink = value

Sintaxe

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

/** @property */
public void set_NextLink (String value)
public function get NextLink () : String

public function set NextLink (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 JobStreamListResponse
Membros JobStreamListResponse
Namespace Microsoft.WindowsAzure.Management.Automation.Models