Share via


Classe OperationResponseWithSkipToken

 

Il modello di risposta di operazione con token skip.

Spazio dei nomi:   Microsoft.WindowsAzure.Management.Automation.Models
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Gerarchia di ereditarietà

System.Object
  Hyak.Common.HttpOperationResponse
    Microsoft.Azure.AzureOperationResponse
      Microsoft.WindowsAzure.Management.Automation.Models.OperationResponseWithSkipToken
        Microsoft.WindowsAzure.Management.Automation.Models.ActivityListResponse
        Microsoft.WindowsAzure.Management.Automation.Models.CertificateListResponse
        Microsoft.WindowsAzure.Management.Automation.Models.ConnectionListResponse
        Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeListResponse
        Microsoft.WindowsAzure.Management.Automation.Models.CredentialListResponse
        Microsoft.WindowsAzure.Management.Automation.Models.JobListResponse
        Microsoft.WindowsAzure.Management.Automation.Models.JobScheduleListResponse
        Microsoft.WindowsAzure.Management.Automation.Models.JobStreamListResponse
        Microsoft.WindowsAzure.Management.Automation.Models.ModuleListResponse
        Microsoft.WindowsAzure.Management.Automation.Models.RunbookListResponse
        Microsoft.WindowsAzure.Management.Automation.Models.ScheduleListResponse
        Microsoft.WindowsAzure.Management.Automation.Models.VariableListResponse

Sintassi

public class OperationResponseWithSkipToken : AzureOperationResponse
public ref class OperationResponseWithSkipToken : AzureOperationResponse
type OperationResponseWithSkipToken = 
    class
        inherit AzureOperationResponse
    end
Public Class OperationResponseWithSkipToken
    Inherits AzureOperationResponse

Costruttori

Nome Descrizione
OperationResponseWithSkipToken()

Inizializza una nuova istanza della classe OperationResponseWithSkipToken.

Proprietà

Nome Descrizione
NextLink

Facoltativa. Ottiene o imposta il collegamento successivo.

RequestId

(Ereditato da AzureOperationResponse.)

SkipToken

Facoltativa. Ottiene o imposta il token skip.

StatusCode

(Ereditato da HttpOperationResponse.)

Metodi

Nome Descrizione
Equals(Object)

(Ereditato da Object.)

Finalize()

(Ereditato da Object.)

GetHashCode()

(Ereditato da Object.)

GetType()

(Ereditato da Object.)

MemberwiseClone()

(Ereditato da Object.)

ToString()

(Ereditato da Object.)

Codice thread safe

Eventuali membri pubblici statici (Shared in Visual Basic) di questo tipo sono thread-safe. I membri di istanza non sono garantiti come thread-safe.

Vedere anche

Spazio dei nomi Microsoft.WindowsAzure.Management.Automation.Models

Torna all'inizio