AutomationClient Class

Definition

Automation Client

public class AutomationClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.Automation.AutomationClient>, IDisposable, Microsoft.Azure.Management.Automation.IAutomationClient, Microsoft.Rest.Azure.IAzureClient
type AutomationClient = class
    inherit ServiceClient<AutomationClient>
    interface IAutomationClient
    interface IDisposable
    interface IAzureClient
Public Class AutomationClient
Inherits ServiceClient(Of AutomationClient)
Implements IAutomationClient, IAzureClient, IDisposable
Inheritance
Implements

Constructors

AutomationClient(DelegatingHandler[])

Initializes a new instance of the AutomationClient class.

AutomationClient(HttpClient, Boolean)

Initializes a new instance of the AutomationClient class.

AutomationClient(HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the AutomationClient class.

AutomationClient(ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the AutomationClient class.

AutomationClient(ServiceClientCredentials, HttpClient, Boolean)

Initializes a new instance of the AutomationClient class.

AutomationClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the AutomationClient class.

AutomationClient(Uri, DelegatingHandler[])

Initializes a new instance of the AutomationClient class.

AutomationClient(Uri, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the AutomationClient class.

AutomationClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initializes a new instance of the AutomationClient class.

AutomationClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initializes a new instance of the AutomationClient class.

Properties

AcceptLanguage

The preferred language for the response.

Activity

Gets the IActivityOperations.

AgentRegistrationInformation

Gets the IAgentRegistrationInformationOperations.

AutomationAccount

Gets the IAutomationAccountOperations.

BaseUri

The base URI of the service.

Certificate

Gets the ICertificateOperations.

Connection

Gets the IConnectionOperations.

ConnectionType

Gets the IConnectionTypeOperations.

Credential

Gets the ICredentialOperations.

Credentials

Credentials needed for the client to connect to Azure.

DeserializationSettings

Gets or sets json deserialization settings.

DscCompilationJob

Gets the IDscCompilationJobOperations.

DscCompilationJobStream

Gets the IDscCompilationJobStreamOperations.

DscConfiguration

Gets the IDscConfigurationOperations.

DscNode

Gets the IDscNodeOperations.

DscNodeConfiguration

Gets the IDscNodeConfigurationOperations.

Fields

Gets the IFieldsOperations.

FirstMessageHandler (Inherited from ServiceClient<T>)
GenerateClientRequestId

Whether a unique x-ms-client-request-id should be generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.

HttpClient (Inherited from ServiceClient<T>)
HttpClientHandler (Inherited from ServiceClient<T>)
HttpMessageHandlers (Inherited from ServiceClient<T>)
HybridRunbookWorkerGroup

Gets the IHybridRunbookWorkerGroupOperations.

Job

Gets the IJobOperations.

JobSchedule

Gets the IJobScheduleOperations.

JobStream

Gets the IJobStreamOperations.

Keys

Gets the IKeysOperations.

LinkedWorkspace

Gets the ILinkedWorkspaceOperations.

LongRunningOperationRetryTimeout

The retry timeout in seconds for Long Running Operations. Default value is 30.

Module

Gets the IModuleOperations.

NodeCountInformation

Gets the INodeCountInformationOperations.

NodeReports

Gets the INodeReportsOperations.

ObjectDataTypes

Gets the IObjectDataTypesOperations.

Operations

Gets the IOperations.

PrivateEndpointConnections

Gets the IPrivateEndpointConnectionsOperations.

PrivateLinkResources

Gets the IPrivateLinkResourcesOperations.

Python2Package

Gets the IPython2PackageOperations.

Runbook

Gets the IRunbookOperations.

RunbookDraft

Gets the IRunbookDraftOperations.

Schedule

Gets the IScheduleOperations.

SerializationSettings

Gets or sets json serialization settings.

SoftwareUpdateConfigurationMachineRuns

Gets the ISoftwareUpdateConfigurationMachineRunsOperations.

SoftwareUpdateConfigurationRuns

Gets the ISoftwareUpdateConfigurationRunsOperations.

SoftwareUpdateConfigurations

Gets the ISoftwareUpdateConfigurationsOperations.

SourceControl

Gets the ISourceControlOperations.

SourceControlSyncJob

Gets the ISourceControlSyncJobOperations.

SourceControlSyncJobStreams

Gets the ISourceControlSyncJobStreamsOperations.

Statistics

Gets the IStatisticsOperations.

SubscriptionId

Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

TestJob

Gets the ITestJobOperations.

TestJobStreams

Gets the ITestJobStreamsOperations.

Usages

Gets the IUsagesOperations.

UserAgent (Inherited from ServiceClient<T>)
Variable

Gets the IVariableOperations.

Watcher

Gets the IWatcherOperations.

Webhook

Gets the IWebhookOperations.

Methods

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
Dispose() (Inherited from ServiceClient<T>)
Dispose(Boolean) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[]) (Inherited from ServiceClient<T>)
SetRetryPolicy(RetryPolicy) (Inherited from ServiceClient<T>)
SetUserAgent(String) (Inherited from ServiceClient<T>)
SetUserAgent(String, String) (Inherited from ServiceClient<T>)

Applies to