Compartir a través de


SourceControlSyncJobStreams class

Clase que representa un SourceControlSyncJobStreams.

Constructores

SourceControlSyncJobStreams(AutomationClientContext)

Cree un SourceControlSyncJobStreams.

Métodos

get(string, string, string, string, string, RequestOptionsBase)

Recupere un flujo de trabajo de sincronización identificado por el identificador de secuencia.

get(string, string, string, string, string, RequestOptionsBase, ServiceCallback<SourceControlSyncJobStreamById>)
get(string, string, string, string, string, ServiceCallback<SourceControlSyncJobStreamById>)
listBySyncJob(string, string, string, string, ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)
listBySyncJob(string, string, string, string, SourceControlSyncJobStreamsListBySyncJobOptionalParams)

Recupere una lista de flujos de trabajo de sincronización identificados por el identificador de trabajo de sincronización.

listBySyncJob(string, string, string, string, SourceControlSyncJobStreamsListBySyncJobOptionalParams, ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)
listBySyncJobNext(string, RequestOptionsBase)

Recupere una lista de flujos de trabajo de sincronización identificados por el identificador de trabajo de sincronización.

listBySyncJobNext(string, RequestOptionsBase, ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)
listBySyncJobNext(string, ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)

Detalles del constructor

SourceControlSyncJobStreams(AutomationClientContext)

Cree un SourceControlSyncJobStreams.

new SourceControlSyncJobStreams(client: AutomationClientContext)

Parámetros

client
AutomationClientContext

Referencia al cliente de servicio.

Detalles del método

get(string, string, string, string, string, RequestOptionsBase)

Recupere un flujo de trabajo de sincronización identificado por el identificador de secuencia.

function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, streamId: string, options?: RequestOptionsBase): Promise<SourceControlSyncJobStreamsGetResponse>

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

sourceControlName

string

Nombre del control de código fuente.

sourceControlSyncJobId

string

Identificador del trabajo de sincronización del control de código fuente.

streamId

string

Identificador del flujo de trabajo de sincronización.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Modelos de promesas.SourceControlSyncJobStreamsGetResponse<>

get(string, string, string, string, string, RequestOptionsBase, ServiceCallback<SourceControlSyncJobStreamById>)

function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, streamId: string, options: RequestOptionsBase, callback: ServiceCallback<SourceControlSyncJobStreamById>)

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

sourceControlName

string

Nombre del control de código fuente.

sourceControlSyncJobId

string

Identificador del trabajo de sincronización del control de código fuente.

streamId

string

Identificador del flujo de trabajo de sincronización.

options
RequestOptionsBase

Los parámetros opcionales

callback

ServiceCallback<SourceControlSyncJobStreamById>

Devolución de llamada

get(string, string, string, string, string, ServiceCallback<SourceControlSyncJobStreamById>)

function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, streamId: string, callback: ServiceCallback<SourceControlSyncJobStreamById>)

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

sourceControlName

string

Nombre del control de código fuente.

sourceControlSyncJobId

string

Identificador del trabajo de sincronización del control de código fuente.

streamId

string

Identificador del flujo de trabajo de sincronización.

callback

ServiceCallback<SourceControlSyncJobStreamById>

Devolución de llamada

listBySyncJob(string, string, string, string, ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)

function listBySyncJob(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, callback: ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

sourceControlName

string

Nombre del control de código fuente.

sourceControlSyncJobId

string

Identificador del trabajo de sincronización del control de código fuente.

listBySyncJob(string, string, string, string, SourceControlSyncJobStreamsListBySyncJobOptionalParams)

Recupere una lista de flujos de trabajo de sincronización identificados por el identificador de trabajo de sincronización.

function listBySyncJob(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, options?: SourceControlSyncJobStreamsListBySyncJobOptionalParams): Promise<SourceControlSyncJobStreamsListBySyncJobResponse>

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

sourceControlName

string

Nombre del control de código fuente.

sourceControlSyncJobId

string

Identificador del trabajo de sincronización del control de código fuente.

options
SourceControlSyncJobStreamsListBySyncJobOptionalParams

Los parámetros opcionales

Devoluciones

Modelos de promesas.SourceControlSyncJobStreamsListBySyncJobResponse<>

listBySyncJob(string, string, string, string, SourceControlSyncJobStreamsListBySyncJobOptionalParams, ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)

function listBySyncJob(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, options: SourceControlSyncJobStreamsListBySyncJobOptionalParams, callback: ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)

Parámetros

resourceGroupName

string

Nombre de un grupo de recursos de Azure.

automationAccountName

string

Nombre de la cuenta de Automation.

sourceControlName

string

Nombre del control de código fuente.

sourceControlSyncJobId

string

Identificador del trabajo de sincronización del control de código fuente.

options
SourceControlSyncJobStreamsListBySyncJobOptionalParams

Los parámetros opcionales

listBySyncJobNext(string, RequestOptionsBase)

Recupere una lista de flujos de trabajo de sincronización identificados por el identificador de trabajo de sincronización.

function listBySyncJobNext(nextPageLink: string, options?: RequestOptionsBase): Promise<SourceControlSyncJobStreamsListBySyncJobNextResponse>

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

options
RequestOptionsBase

Los parámetros opcionales

Devoluciones

Modelos de promesas.SourceControlSyncJobStreamsListBySyncJobNextResponse<>

listBySyncJobNext(string, RequestOptionsBase, ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)

function listBySyncJobNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.

options
RequestOptionsBase

Los parámetros opcionales

listBySyncJobNext(string, ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)

function listBySyncJobNext(nextPageLink: string, callback: ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)

Parámetros

nextPageLink

string

NextLink de la llamada correcta anterior a la operación List.