Share via


AutomationManagementClient Class

 

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

Inheritance Hierarchy

System.Object
  Hyak.Common.ServiceClient<T>
    Microsoft.WindowsAzure.Management.Automation.AutomationManagementClient

Syntax

public class AutomationManagementClient : ServiceClient<AutomationManagementClient>, 
    IAutomationManagementClient, IDisposable
public ref class AutomationManagementClient : ServiceClient<AutomationManagementClient^>, 
    IAutomationManagementClient, IDisposable
type AutomationManagementClient = 
    class
        inherit ServiceClient<AutomationManagementClient>
        interface IAutomationManagementClient
        interface IDisposable
    end
Public Class AutomationManagementClient
    Inherits ServiceClient(Of AutomationManagementClient)
    Implements IAutomationManagementClient, IDisposable

Constructors

Name Description
System_CAPS_pubmethod AutomationManagementClient()

Initializes a new instance of the AutomationManagementClient class.

System_CAPS_pubmethod AutomationManagementClient(HttpClient)

Initializes a new instance of the AutomationManagementClient class.

System_CAPS_pubmethod AutomationManagementClient(SubscriptionCloudCredentials)

Initializes a new instance of the AutomationManagementClient class.

System_CAPS_pubmethod AutomationManagementClient(SubscriptionCloudCredentials, HttpClient)

Initializes a new instance of the AutomationManagementClient class.

System_CAPS_pubmethod AutomationManagementClient(SubscriptionCloudCredentials, Uri)

Initializes a new instance of the AutomationManagementClient class.

System_CAPS_pubmethod AutomationManagementClient(SubscriptionCloudCredentials, Uri, HttpClient)

Initializes a new instance of the AutomationManagementClient class.

Properties

Name Description
System_CAPS_pubproperty Activities

Service operation for automation activities. (see https://aka.ms/azureautomationsdk/activityoperations for more information)

System_CAPS_pubproperty ApiVersion

Gets the API version.

System_CAPS_pubproperty AutomationAccounts

Service operation for automation accounts. (see https://aka.ms/azureautomationsdk/automationaccountoperations for more information)

System_CAPS_pubproperty BaseUri

Gets the URI used as the base for all cloud service requests.

System_CAPS_pubproperty Certificates

Service operation for automation certificates. (see https://aka.ms/azureautomationsdk/certificateoperations for more information)

System_CAPS_pubproperty CloudServices

System_CAPS_pubproperty Connections

Service operation for automation connections. (see https://aka.ms/azureautomationsdk/connectionoperations for more information)

System_CAPS_pubproperty ConnectionTypes

Service operation for automation connectiontypes. (see https://aka.ms/azureautomationsdk/connectiontypeoperations for more information)

System_CAPS_pubproperty Credentials

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

System_CAPS_pubproperty HttpClient

(Inherited from ServiceClient<T>.)

System_CAPS_protproperty HttpMessageHandler

(Inherited from ServiceClient<T>.)

System_CAPS_pubproperty Jobs

Service operation for automation jobs. (see https://aka.ms/azureautomationsdk/joboperations for more information)

System_CAPS_pubproperty JobSchedules

Service operation for automation job schedules. (see https://aka.ms/azureautomationsdk/jobscheduleoperations for more information)

System_CAPS_pubproperty JobStreams

Service operation for automation job streams. (see https://aka.ms/azureautomationsdk/jobstreamoperations for more information)

System_CAPS_pubproperty LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

System_CAPS_pubproperty LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

System_CAPS_pubproperty Modules

Service operation for automation modules. (see https://aka.ms/azureautomationsdk/moduleoperations for more information)

System_CAPS_pubproperty PsCredentials

Service operation for automation credentials. (see https://aka.ms/azureautomationsdk/credentialoperations for more information)

System_CAPS_pubproperty ResourceNamespace

Gets or sets the resource namespace.

System_CAPS_pubproperty RunbookDraft

Service operation for automation runbook draft. (see https://aka.ms/azureautomationsdk/runbookdraftoperations for more information)

System_CAPS_pubproperty Runbooks

Service operation for automation runbooks. (see https://aka.ms/azureautomationsdk/runbookoperations for more information)

System_CAPS_pubproperty Schedules

Service operation for automation schedules. (see https://aka.ms/azureautomationsdk/scheduleoperations for more information)

System_CAPS_pubproperty TestJobs

Service operation for automation test jobs. (see https://aka.ms/azureautomationsdk/testjoboperations for more information)

System_CAPS_pubproperty UserAgent

(Inherited from ServiceClient<T>.)

System_CAPS_pubproperty Variables

Service operation for automation variables. (see https://aka.ms/azureautomationsdk/variableoperations for more information)

Methods

Name Description
System_CAPS_pubmethod AddHandlerToPipeline(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod Clone(ServiceClient<AutomationManagementClient>)

Clones properties from current instance to another AutomationManagementClient instance(Overrides ServiceClient<T>.Clone(ServiceClient<T>).)

System_CAPS_pubmethodSystem_CAPS_static ContinuationTokenHandler<T>(Func<String, ResponseWithSkipToken<T>>)

System_CAPS_pubmethod Dispose()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetHttpPipeline()

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod GetOperationResultStatusAsync(String, CancellationToken)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress.

System_CAPS_pubmethod GetOperationStatusAsync(String, CancellationToken)

The Get Operation Status operation returns the status of thespecified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see https://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod InitializeHttpClient(HttpMessageHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod SetRetryPolicy(RetryPolicy)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

System_CAPS_pubmethod WithHandler(DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_protmethod WithHandler(ServiceClient<T>, DelegatingHandler)

(Inherited from ServiceClient<T>.)

System_CAPS_pubmethod WithHandlers(IEnumerable<DelegatingHandler>)

(Inherited from ServiceClient<T>.)

Extension Methods

Name Description
System_CAPS_pubmethod CreateAutomationAccount(String, String)

(Defined by AutomationManagementExtensions.)

System_CAPS_pubmethod DeleteAutomationAccount(String)

(Defined by AutomationManagementExtensions.)

System_CAPS_pubmethod GetOperationResultStatus(String)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress.(Defined by AutomationManagementClientExtensions.)

System_CAPS_pubmethod GetOperationResultStatusAsync(String)

The Get Operation Status operation returns the status of the specified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress.(Defined by AutomationManagementClientExtensions.)

System_CAPS_pubmethod GetOperationStatus(String)

The Get Operation Status operation returns the status of thespecified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see https://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)(Defined by AutomationManagementClientExtensions.)

System_CAPS_pubmethod GetOperationStatusAsync(String)

The Get Operation Status operation returns the status of thespecified operation. After calling an asynchronous operation, you can call Get Operation Status to determine whether the operation has succeeded, failed, or is still in progress. (see https://msdn.microsoft.com/en-us/library/windowsazure/ee460783.aspx for more information)(Defined by AutomationManagementClientExtensions.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top