Interface SourceControlSyncJobStreams
public interface SourceControlSyncJobStreams
Resource collection API of SourceControlSyncJobStreams.
-
Method Summary
Modifier and TypeMethodDescriptionget
(String resourceGroupName, String automationAccountName, String sourceControlName, UUID sourceControlSyncJobId, String streamId) Retrieve a sync job stream identified by stream id.com.azure.core.http.rest.Response<SourceControlSyncJobStreamById>
getWithResponse
(String resourceGroupName, String automationAccountName, String sourceControlName, UUID sourceControlSyncJobId, String streamId, com.azure.core.util.Context context) Retrieve a sync job stream identified by stream id.com.azure.core.http.rest.PagedIterable<SourceControlSyncJobStream>
listBySyncJob
(String resourceGroupName, String automationAccountName, String sourceControlName, UUID sourceControlSyncJobId) Retrieve a list of sync job streams identified by sync job id.com.azure.core.http.rest.PagedIterable<SourceControlSyncJobStream>
listBySyncJob
(String resourceGroupName, String automationAccountName, String sourceControlName, UUID sourceControlSyncJobId, String filter, com.azure.core.util.Context context) Retrieve a list of sync job streams identified by sync job id.
-
Method Details
-
listBySyncJob
com.azure.core.http.rest.PagedIterable<SourceControlSyncJobStream> listBySyncJob(String resourceGroupName, String automationAccountName, String sourceControlName, UUID sourceControlSyncJobId) Retrieve a list of sync job streams identified by sync job id.- Parameters:
resourceGroupName
- Name of an Azure Resource group.automationAccountName
- The name of the automation account.sourceControlName
- The source control name.sourceControlSyncJobId
- The source control sync job id.- Returns:
- the response model for the list source control sync job streams operation as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
listBySyncJob
com.azure.core.http.rest.PagedIterable<SourceControlSyncJobStream> listBySyncJob(String resourceGroupName, String automationAccountName, String sourceControlName, UUID sourceControlSyncJobId, String filter, com.azure.core.util.Context context) Retrieve a list of sync job streams identified by sync job id.- Parameters:
resourceGroupName
- Name of an Azure Resource group.automationAccountName
- The name of the automation account.sourceControlName
- The source control name.sourceControlSyncJobId
- The source control sync job id.filter
- The filter to apply on the operation.context
- The context to associate with this operation.- Returns:
- the response model for the list source control sync job streams operation as paginated response with
PagedIterable
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
get
SourceControlSyncJobStreamById get(String resourceGroupName, String automationAccountName, String sourceControlName, UUID sourceControlSyncJobId, String streamId) Retrieve a sync job stream identified by stream id.- Parameters:
resourceGroupName
- Name of an Azure Resource group.automationAccountName
- The name of the automation account.sourceControlName
- The source control name.sourceControlSyncJobId
- The source control sync job id.streamId
- The id of the sync job stream.- Returns:
- definition of the source control sync job stream by id.
- Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-
getWithResponse
com.azure.core.http.rest.Response<SourceControlSyncJobStreamById> getWithResponse(String resourceGroupName, String automationAccountName, String sourceControlName, UUID sourceControlSyncJobId, String streamId, com.azure.core.util.Context context) Retrieve a sync job stream identified by stream id.- Parameters:
resourceGroupName
- Name of an Azure Resource group.automationAccountName
- The name of the automation account.sourceControlName
- The source control name.sourceControlSyncJobId
- The source control sync job id.streamId
- The id of the sync job stream.context
- The context to associate with this operation.- Returns:
- definition of the source control sync job stream by id along with
Response
. - Throws:
IllegalArgumentException
- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException
- thrown if the request is rejected by server.RuntimeException
- all other wrapped checked exceptions if the request fails to be sent.
-