AutomationClient クラス

定義

Automation クライアント

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
継承
実装

コンストラクター

AutomationClient(DelegatingHandler[])

AutomationClient クラスの新しいインスタンスを初期化します。

AutomationClient(HttpClient, Boolean)

AutomationClient クラスの新しいインスタンスを初期化します。

AutomationClient(HttpClientHandler, DelegatingHandler[])

AutomationClient クラスの新しいインスタンスを初期化します。

AutomationClient(ServiceClientCredentials, DelegatingHandler[])

AutomationClient クラスの新しいインスタンスを初期化します。

AutomationClient(ServiceClientCredentials, HttpClient, Boolean)

AutomationClient クラスの新しいインスタンスを初期化します。

AutomationClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

AutomationClient クラスの新しいインスタンスを初期化します。

AutomationClient(Uri, DelegatingHandler[])

AutomationClient クラスの新しいインスタンスを初期化します。

AutomationClient(Uri, HttpClientHandler, DelegatingHandler[])

AutomationClient クラスの新しいインスタンスを初期化します。

AutomationClient(Uri, ServiceClientCredentials, DelegatingHandler[])

AutomationClient クラスの新しいインスタンスを初期化します。

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

AutomationClient クラスの新しいインスタンスを初期化します。

プロパティ

AcceptLanguage

応答の優先言語。

Activity

IActivityOperations を取得します。

AgentRegistrationInformation

IAgentRegistrationInformationOperations を取得します。

AutomationAccount

IAutomationAccountOperations を取得します。

BaseUri

サービスのベース URI。

Certificate

ICertificateOperations を取得します。

Connection

IConnectionOperations を取得します。

ConnectionType

IConnectionTypeOperations を取得します。

Credential

ICredentialOperations を取得します。

Credentials

クライアントが Azure に接続するために必要な資格情報。

DeserializationSettings

JSON の逆シリアル化設定を取得または設定します。

DscCompilationJob

IDscCompilationJobOperations を取得します。

DscCompilationJobStream

IDscCompilationJobStreamOperations を取得します。

DscConfiguration

IDscConfigurationOperations を取得します。

DscNode

IDscNodeOperations を取得します。

DscNodeConfiguration

IDscNodeConfigurationOperations を取得します。

Fields

IFieldsOperations を取得します。

FirstMessageHandler

Automation クライアント

(継承元 ServiceClient<T>)
GenerateClientRequestId

一意の x-ms-client-request-id を生成する必要があるかどうか。 true に設定すると、一意の x-ms-client-request-id 値が生成され、各要求に含まれます。 既定値は true です。

HttpClient

Automation クライアント

(継承元 ServiceClient<T>)
HttpClientHandler

Automation クライアント

(継承元 ServiceClient<T>)
HttpMessageHandlers

Automation クライアント

(継承元 ServiceClient<T>)
HybridRunbookWorkerGroup

IHybridRunbookWorkerGroupOperations を取得します。

Job

IJobOperations を取得します。

JobSchedule

IJobScheduleOperations を取得します。

JobStream

IJobStreamOperations を取得します。

Keys

IKeysOperations を取得します。

LinkedWorkspace

ILinkedWorkspaceOperations を取得します。

LongRunningOperationRetryTimeout

実行時間の長い操作の再試行タイムアウト (秒単位)。 既定値は 30 です。

Module

IModuleOperations を取得します。

NodeCountInformation

INodeCountInformationOperations を取得します。

NodeReports

INodeReportsOperations を取得します。

ObjectDataTypes

IObjectDataTypesOperations を取得します。

Operations

IOperations を取得します。

PrivateEndpointConnections

IPrivateEndpointConnectionsOperations を取得します。

PrivateLinkResources

IPrivateLinkResourcesOperations を取得します。

Python2Package

IPython2PackageOperations を取得します。

Runbook

IRunbookOperations を取得します。

RunbookDraft

IRunbookDraftOperations を取得します。

Schedule

IScheduleOperations を取得します。

SerializationSettings

JSON シリアル化設定を取得または設定します。

SoftwareUpdateConfigurationMachineRuns

ISoftwareUpdateConfigurationMachineRunsOperations を取得します。

SoftwareUpdateConfigurationRuns

ISoftwareUpdateConfigurationRunsOperations を取得します。

SoftwareUpdateConfigurations

ISoftwareUpdateConfigurationsOperations を取得します。

SourceControl

ISourceControlOperations を取得します。

SourceControlSyncJob

ISourceControlSyncJobOperations を取得します。

SourceControlSyncJobStreams

ISourceControlSyncJobStreamsOperations を取得します。

Statistics

IStatisticsOperations を取得します。

SubscriptionId

Microsoft Azure サブスクリプションを一意に識別するサブスクリプション資格情報を取得します。 サブスクリプション ID は、全ての修理依頼についてURI の一部を生じさせます。

TestJob

ITestJobOperations を取得します。

TestJobStreams

ITestJobStreamsOperations を取得します。

Usages

IUsagesOperations を取得します。

UserAgent

Automation クライアント

(継承元 ServiceClient<T>)
Variable

IVariableOperations を取得します。

Watcher

IWatcherOperations を取得します。

Webhook

IWebhookOperations を取得します。

メソッド

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Automation クライアント

(継承元 ServiceClient<T>)
Dispose()

Automation クライアント

(継承元 ServiceClient<T>)
Dispose(Boolean)

Automation クライアント

(継承元 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

Automation クライアント

(継承元 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

Automation クライアント

(継承元 ServiceClient<T>)
SetRetryPolicy(RetryPolicy)

Automation クライアント

(継承元 ServiceClient<T>)
SetUserAgent(String)

Automation クライアント

(継承元 ServiceClient<T>)
SetUserAgent(String, String)

Automation クライアント

(継承元 ServiceClient<T>)

適用対象