Uses of Class
com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobStreamInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of SourceControlSyncJobStreamInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<SourceControlSyncJobStreamInner>
SourceControlSyncJobStreamsClient.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<SourceControlSyncJobStreamInner>
SourceControlSyncJobStreamsClient.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. -
Uses of SourceControlSyncJobStreamInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSourceControlSyncJobStreamInner.withSourceControlSyncJobStreamId
(String sourceControlSyncJobStreamId) Set the sourceControlSyncJobStreamId property: The sync job stream id.SourceControlSyncJobStreamInner.withStreamType
(StreamType streamType) Set the streamType property: The type of the sync job stream.SourceControlSyncJobStreamInner.withSummary
(String summary) Set the summary property: The summary of the sync job stream. -
Uses of SourceControlSyncJobStreamInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSourceControlSyncJobStream.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobStreamInner object.Modifier and TypeMethodDescriptionSourceControlSyncJobStreamsListBySyncJob.value()
Get the value property: The list of source control sync job streams.Modifier and TypeMethodDescriptionSourceControlSyncJobStreamsListBySyncJob.withValue
(List<SourceControlSyncJobStreamInner> value) Set the value property: The list of source control sync job streams.