Interface AutomationClient
public interface AutomationClient
The interface for AutomationClient class.
-
Method Summary
Modifier and TypeMethodDescriptionGets the ActivitiesClient object to access its operations.Gets the AgentRegistrationInformationsClient object to access its operations.Gets the AutomationAccountsClient object to access its operations.Gets the CertificatesClient object to access its operations.Gets the ConnectionsClient object to access its operations.Gets the ConnectionTypesClient object to access its operations.Gets the CredentialsClient object to access its operations.Gets The default poll interval for long-running operation.Gets the DeletedAutomationAccountsClient object to access its operations.Gets the DscCompilationJobsClient object to access its operations.Gets the DscCompilationJobStreamsClient object to access its operations.Gets the DscConfigurationsClient object to access its operations.Gets the DscNodeConfigurationsClient object to access its operations.Gets the DscNodesClient object to access its operations.Gets server parameter.Gets the FieldsClient object to access its operations.com.azure.core.http.HttpPipeline
Gets The HTTP pipeline to send requests through.Gets the HybridRunbookWorkerGroupsClient object to access its operations.Gets the HybridRunbookWorkersClient object to access its operations.getJobs()
Gets the JobsClient object to access its operations.Gets the JobSchedulesClient object to access its operations.Gets the JobStreamsClient object to access its operations.getKeys()
Gets the KeysClient object to access its operations.Gets the LinkedWorkspacesClient object to access its operations.Gets the ModulesClient object to access its operations.Gets the NodeCountInformationsClient object to access its operations.Gets the NodeReportsClient object to access its operations.Gets the ObjectDataTypesClient object to access its operations.Gets the OperationsClient object to access its operations.Gets the PrivateEndpointConnectionsClient object to access its operations.Gets the PrivateLinkResourcesClient object to access its operations.Gets the Python2PackagesClient object to access its operations.Gets the ResourceProvidersClient object to access its operations.Gets the RunbookDraftsClient object to access its operations.Gets the RunbooksClient object to access its operations.Gets the SchedulesClient object to access its operations.Gets the SoftwareUpdateConfigurationMachineRunsClient object to access its operations.Gets the SoftwareUpdateConfigurationRunsClient object to access its operations.Gets the SoftwareUpdateConfigurationsClient object to access its operations.Gets the SourceControlsClient object to access its operations.Gets the SourceControlSyncJobsClient object to access its operations.Gets the SourceControlSyncJobStreamsClient object to access its operations.Gets the StatisticsOperationsClient object to access its operations.Gets Gets subscription credentials which uniquely identify Microsoft Azure subscription.Gets the TestJobsClient object to access its operations.Gets the TestJobStreamsClient object to access its operations.Gets the UsagesClient object to access its operations.Gets the VariablesClient object to access its operations.Gets the WatchersClient object to access its operations.Gets the WebhooksClient object to access its operations.
-
Method Details
-
getSubscriptionId
String getSubscriptionId()Gets Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.- Returns:
- the subscriptionId value.
-
getEndpoint
String getEndpoint()Gets server parameter.- Returns:
- the endpoint value.
-
getHttpPipeline
com.azure.core.http.HttpPipeline getHttpPipeline()Gets The HTTP pipeline to send requests through.- Returns:
- the httpPipeline value.
-
getDefaultPollInterval
Duration getDefaultPollInterval()Gets The default poll interval for long-running operation.- Returns:
- the defaultPollInterval value.
-
getPrivateEndpointConnections
PrivateEndpointConnectionsClient getPrivateEndpointConnections()Gets the PrivateEndpointConnectionsClient object to access its operations.- Returns:
- the PrivateEndpointConnectionsClient object.
-
getPrivateLinkResources
PrivateLinkResourcesClient getPrivateLinkResources()Gets the PrivateLinkResourcesClient object to access its operations.- Returns:
- the PrivateLinkResourcesClient object.
-
getPython2Packages
Python2PackagesClient getPython2Packages()Gets the Python2PackagesClient object to access its operations.- Returns:
- the Python2PackagesClient object.
-
getAgentRegistrationInformations
AgentRegistrationInformationsClient getAgentRegistrationInformations()Gets the AgentRegistrationInformationsClient object to access its operations.- Returns:
- the AgentRegistrationInformationsClient object.
-
getDscNodes
DscNodesClient getDscNodes()Gets the DscNodesClient object to access its operations.- Returns:
- the DscNodesClient object.
-
getNodeReports
NodeReportsClient getNodeReports()Gets the NodeReportsClient object to access its operations.- Returns:
- the NodeReportsClient object.
-
getDscNodeConfigurations
DscNodeConfigurationsClient getDscNodeConfigurations()Gets the DscNodeConfigurationsClient object to access its operations.- Returns:
- the DscNodeConfigurationsClient object.
-
getDscCompilationJobs
DscCompilationJobsClient getDscCompilationJobs()Gets the DscCompilationJobsClient object to access its operations.- Returns:
- the DscCompilationJobsClient object.
-
getDscCompilationJobStreams
DscCompilationJobStreamsClient getDscCompilationJobStreams()Gets the DscCompilationJobStreamsClient object to access its operations.- Returns:
- the DscCompilationJobStreamsClient object.
-
getNodeCountInformations
NodeCountInformationsClient getNodeCountInformations()Gets the NodeCountInformationsClient object to access its operations.- Returns:
- the NodeCountInformationsClient object.
-
getSourceControls
SourceControlsClient getSourceControls()Gets the SourceControlsClient object to access its operations.- Returns:
- the SourceControlsClient object.
-
getSourceControlSyncJobs
SourceControlSyncJobsClient getSourceControlSyncJobs()Gets the SourceControlSyncJobsClient object to access its operations.- Returns:
- the SourceControlSyncJobsClient object.
-
getSourceControlSyncJobStreams
SourceControlSyncJobStreamsClient getSourceControlSyncJobStreams()Gets the SourceControlSyncJobStreamsClient object to access its operations.- Returns:
- the SourceControlSyncJobStreamsClient object.
-
getAutomationAccounts
AutomationAccountsClient getAutomationAccounts()Gets the AutomationAccountsClient object to access its operations.- Returns:
- the AutomationAccountsClient object.
-
getStatisticsOperations
StatisticsOperationsClient getStatisticsOperations()Gets the StatisticsOperationsClient object to access its operations.- Returns:
- the StatisticsOperationsClient object.
-
getUsages
UsagesClient getUsages()Gets the UsagesClient object to access its operations.- Returns:
- the UsagesClient object.
-
getKeys
KeysClient getKeys()Gets the KeysClient object to access its operations.- Returns:
- the KeysClient object.
-
getCertificates
CertificatesClient getCertificates()Gets the CertificatesClient object to access its operations.- Returns:
- the CertificatesClient object.
-
getConnections
ConnectionsClient getConnections()Gets the ConnectionsClient object to access its operations.- Returns:
- the ConnectionsClient object.
-
getConnectionTypes
ConnectionTypesClient getConnectionTypes()Gets the ConnectionTypesClient object to access its operations.- Returns:
- the ConnectionTypesClient object.
-
getCredentials
CredentialsClient getCredentials()Gets the CredentialsClient object to access its operations.- Returns:
- the CredentialsClient object.
-
getJobSchedules
JobSchedulesClient getJobSchedules()Gets the JobSchedulesClient object to access its operations.- Returns:
- the JobSchedulesClient object.
-
getLinkedWorkspaces
LinkedWorkspacesClient getLinkedWorkspaces()Gets the LinkedWorkspacesClient object to access its operations.- Returns:
- the LinkedWorkspacesClient object.
-
getActivities
ActivitiesClient getActivities()Gets the ActivitiesClient object to access its operations.- Returns:
- the ActivitiesClient object.
-
getModules
ModulesClient getModules()Gets the ModulesClient object to access its operations.- Returns:
- the ModulesClient object.
-
getObjectDataTypes
ObjectDataTypesClient getObjectDataTypes()Gets the ObjectDataTypesClient object to access its operations.- Returns:
- the ObjectDataTypesClient object.
-
getFields
FieldsClient getFields()Gets the FieldsClient object to access its operations.- Returns:
- the FieldsClient object.
-
getSchedules
SchedulesClient getSchedules()Gets the SchedulesClient object to access its operations.- Returns:
- the SchedulesClient object.
-
getVariables
VariablesClient getVariables()Gets the VariablesClient object to access its operations.- Returns:
- the VariablesClient object.
-
getWatchers
WatchersClient getWatchers()Gets the WatchersClient object to access its operations.- Returns:
- the WatchersClient object.
-
getDscConfigurations
DscConfigurationsClient getDscConfigurations()Gets the DscConfigurationsClient object to access its operations.- Returns:
- the DscConfigurationsClient object.
-
getJobs
JobsClient getJobs()Gets the JobsClient object to access its operations.- Returns:
- the JobsClient object.
-
getJobStreams
JobStreamsClient getJobStreams()Gets the JobStreamsClient object to access its operations.- Returns:
- the JobStreamsClient object.
-
getOperations
OperationsClient getOperations()Gets the OperationsClient object to access its operations.- Returns:
- the OperationsClient object.
-
getResourceProviders
ResourceProvidersClient getResourceProviders()Gets the ResourceProvidersClient object to access its operations.- Returns:
- the ResourceProvidersClient object.
-
getSoftwareUpdateConfigurations
SoftwareUpdateConfigurationsClient getSoftwareUpdateConfigurations()Gets the SoftwareUpdateConfigurationsClient object to access its operations.- Returns:
- the SoftwareUpdateConfigurationsClient object.
-
getSoftwareUpdateConfigurationRuns
SoftwareUpdateConfigurationRunsClient getSoftwareUpdateConfigurationRuns()Gets the SoftwareUpdateConfigurationRunsClient object to access its operations.- Returns:
- the SoftwareUpdateConfigurationRunsClient object.
-
getSoftwareUpdateConfigurationMachineRuns
SoftwareUpdateConfigurationMachineRunsClient getSoftwareUpdateConfigurationMachineRuns()Gets the SoftwareUpdateConfigurationMachineRunsClient object to access its operations.- Returns:
- the SoftwareUpdateConfigurationMachineRunsClient object.
-
getRunbookDrafts
RunbookDraftsClient getRunbookDrafts()Gets the RunbookDraftsClient object to access its operations.- Returns:
- the RunbookDraftsClient object.
-
getRunbooks
RunbooksClient getRunbooks()Gets the RunbooksClient object to access its operations.- Returns:
- the RunbooksClient object.
-
getTestJobStreams
TestJobStreamsClient getTestJobStreams()Gets the TestJobStreamsClient object to access its operations.- Returns:
- the TestJobStreamsClient object.
-
getTestJobs
TestJobsClient getTestJobs()Gets the TestJobsClient object to access its operations.- Returns:
- the TestJobsClient object.
-
getWebhooks
WebhooksClient getWebhooks()Gets the WebhooksClient object to access its operations.- Returns:
- the WebhooksClient object.
-
getHybridRunbookWorkers
HybridRunbookWorkersClient getHybridRunbookWorkers()Gets the HybridRunbookWorkersClient object to access its operations.- Returns:
- the HybridRunbookWorkersClient object.
-
getDeletedAutomationAccounts
DeletedAutomationAccountsClient getDeletedAutomationAccounts()Gets the DeletedAutomationAccountsClient object to access its operations.- Returns:
- the DeletedAutomationAccountsClient object.
-
getHybridRunbookWorkerGroups
HybridRunbookWorkerGroupsClient getHybridRunbookWorkerGroups()Gets the HybridRunbookWorkerGroupsClient object to access its operations.- Returns:
- the HybridRunbookWorkerGroupsClient object.
-