IBlueprintManagementClient インターフェイス

定義

ブループリント クライアント

public interface IBlueprintManagementClient : IDisposable
type IBlueprintManagementClient = interface
    interface IDisposable
Public Interface IBlueprintManagementClient
Implements IDisposable
派生
実装

プロパティ

AcceptLanguage

応答の優先言語。

ApiVersion

クライアント API のバージョン。

Artifacts

IArtifactsOperations を取得します。

AssignmentOperations

IAssignmentOperations を取得します。

Assignments

IAssignmentsOperations を取得します。

BaseUri

サービスのベース URI。

Blueprints

IBlueprintsOperations を取得します。

Credentials

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

DeserializationSettings

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

GenerateClientRequestId

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

LongRunningOperationRetryTimeout

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

PublishedArtifacts

IPublishedArtifactsOperations を取得します。

PublishedBlueprints

IPublishedBlueprintsOperations を取得します。

SerializationSettings

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

適用対象