Uses of Class
com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobStreamByIdInner
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 SourceControlSyncJobStreamByIdInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionSourceControlSyncJobStreamsClient.get
(String resourceGroupName, String automationAccountName, String sourceControlName, UUID sourceControlSyncJobId, String streamId) Retrieve a sync job stream identified by stream id.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<SourceControlSyncJobStreamByIdInner>
SourceControlSyncJobStreamsClient.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. -
Uses of SourceControlSyncJobStreamByIdInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionSourceControlSyncJobStreamByIdInner.withSourceControlSyncJobStreamId
(String sourceControlSyncJobStreamId) Set the sourceControlSyncJobStreamId property: The sync job stream id.SourceControlSyncJobStreamByIdInner.withStreamText
(String streamText) Set the streamText property: The text of the sync job stream.SourceControlSyncJobStreamByIdInner.withStreamType
(StreamType streamType) Set the streamType property: The type of the sync job stream.SourceControlSyncJobStreamByIdInner.withSummary
(String summary) Set the summary property: The summary of the sync job stream.Set the value property: The values of the job stream. -
Uses of SourceControlSyncJobStreamByIdInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionSourceControlSyncJobStreamById.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.SourceControlSyncJobStreamByIdInner object.