SourceControlSyncJobStreams interface
Interface representing a SourceControlSyncJobStreams.
Methods
get(string, string, string, string, string, Source |
Retrieve a sync job stream identified by stream id. |
list |
Retrieve a list of sync job streams identified by sync job id. |
Method Details
get(string, string, string, string, string, SourceControlSyncJobStreamsGetOptionalParams)
Retrieve a sync job stream identified by stream id.
function get(resourceGroupName: string, automationAccountName: string, sourceControlName: string, sourceControlSyncJobId: string, streamId: string, options?: SourceControlSyncJobStreamsGetOptionalParams): Promise<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 options parameters.
Returns
Promise<SourceControlSyncJobStreamById>
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): PagedAsyncIterableIterator<SourceControlSyncJobStream, SourceControlSyncJobStream[], PageSettings>
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 options parameters.
Returns
Azure SDK for JavaScript