SourceControlSyncJobStreams class
Class representing a SourceControlSyncJobStreams.
Constructors
Source |
Create a SourceControlSyncJobStreams. |
Methods
Constructor Details
SourceControlSyncJobStreams(AutomationClientContext)
Create a SourceControlSyncJobStreams.
new SourceControlSyncJobStreams(client: AutomationClientContext)
Parameters
- client
- AutomationClientContext
Reference to the service client.
Method Details
get(string, string, string, string, string, RequestOptionsBase)
Retrieve a sync job stream identified by stream id.
function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, streamId: string, options?: RequestOptionsBase): Promise<SourceControlSyncJobStreamsGetResponse>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- sourceControlName
-
string
The source control name.
- sourceControlSyncJobId
-
string
The source control sync job id.
- streamId
-
string
The id of the sync job stream.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.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>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- sourceControlName
-
string
The source control name.
- sourceControlSyncJobId
-
string
The source control sync job id.
- streamId
-
string
The id of the sync job stream.
- options
- RequestOptionsBase
The optional parameters
The callback
get(string, string, string, string, string, ServiceCallback<SourceControlSyncJobStreamById>)
function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, streamId: string, callback: ServiceCallback<SourceControlSyncJobStreamById>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- sourceControlName
-
string
The source control name.
- sourceControlSyncJobId
-
string
The source control sync job id.
- streamId
-
string
The id of the sync job stream.
The callback
listBySyncJob(string, string, string, string, ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)
function listBySyncJob(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, callback: ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- sourceControlName
-
string
The source control name.
- sourceControlSyncJobId
-
string
The source control sync job id.
The callback
listBySyncJob(string, string, string, string, SourceControlSyncJobStreamsListBySyncJobOptionalParams)
Retrieve a list of sync job streams identified by sync job id.
function listBySyncJob(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, options?: SourceControlSyncJobStreamsListBySyncJobOptionalParams): Promise<SourceControlSyncJobStreamsListBySyncJobResponse>
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- sourceControlName
-
string
The source control name.
- sourceControlSyncJobId
-
string
The source control sync job id.
The optional parameters
Returns
Promise<Models.SourceControlSyncJobStreamsListBySyncJobResponse>
listBySyncJob(string, string, string, string, SourceControlSyncJobStreamsListBySyncJobOptionalParams, ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)
function listBySyncJob(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, options: SourceControlSyncJobStreamsListBySyncJobOptionalParams, callback: ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)
Parameters
- resourceGroupName
-
string
Name of an Azure Resource group.
- automationAccountName
-
string
The name of the automation account.
- sourceControlName
-
string
The source control name.
- sourceControlSyncJobId
-
string
The source control sync job id.
The optional parameters
The callback
listBySyncJobNext(string, RequestOptionsBase)
Retrieve a list of sync job streams identified by sync job id.
function listBySyncJobNext(nextPageLink: string, options?: RequestOptionsBase): Promise<SourceControlSyncJobStreamsListBySyncJobNextResponse>
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<Models.SourceControlSyncJobStreamsListBySyncJobNextResponse>
listBySyncJobNext(string, RequestOptionsBase, ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)
function listBySyncJobNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
- options
- RequestOptionsBase
The optional parameters
The callback
listBySyncJobNext(string, ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)
function listBySyncJobNext(nextPageLink: string, callback: ServiceCallback<SourceControlSyncJobStreamsListBySyncJob>)
Parameters
- nextPageLink
-
string
The NextLink from the previous successful call to List operation.
The callback