다음을 통해 공유


BlueprintManagementClient 클래스

정의

Blueprint 클라이언트

public class BlueprintManagementClient : Microsoft.Rest.ServiceClient<Microsoft.Azure.Management.Blueprint.BlueprintManagementClient>, IDisposable, Microsoft.Azure.Management.Blueprint.IBlueprintManagementClient, Microsoft.Rest.Azure.IAzureClient
type BlueprintManagementClient = class
    inherit ServiceClient<BlueprintManagementClient>
    interface IBlueprintManagementClient
    interface IDisposable
    interface IAzureClient
Public Class BlueprintManagementClient
Inherits ServiceClient(Of BlueprintManagementClient)
Implements IAzureClient, IBlueprintManagementClient, IDisposable
상속
BlueprintManagementClient
구현

생성자

BlueprintManagementClient(DelegatingHandler[])

BlueprintManagementClient 클래스의 새 instance 초기화합니다.

BlueprintManagementClient(HttpClient, Boolean)

BlueprintManagementClient 클래스의 새 instance 초기화합니다.

BlueprintManagementClient(HttpClientHandler, DelegatingHandler[])

BlueprintManagementClient 클래스의 새 instance 초기화합니다.

BlueprintManagementClient(ServiceClientCredentials, DelegatingHandler[])

BlueprintManagementClient 클래스의 새 instance 초기화합니다.

BlueprintManagementClient(ServiceClientCredentials, HttpClient, Boolean)

BlueprintManagementClient 클래스의 새 instance 초기화합니다.

BlueprintManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

BlueprintManagementClient 클래스의 새 instance 초기화합니다.

BlueprintManagementClient(Uri, DelegatingHandler[])

BlueprintManagementClient 클래스의 새 instance 초기화합니다.

BlueprintManagementClient(Uri, HttpClientHandler, DelegatingHandler[])

BlueprintManagementClient 클래스의 새 instance 초기화합니다.

BlueprintManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])

BlueprintManagementClient 클래스의 새 instance 초기화합니다.

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

BlueprintManagementClient 클래스의 새 instance 초기화합니다.

속성

AcceptLanguage

응답의 기본 설정 언어입니다.

ApiVersion

클라이언트 API 버전.

Artifacts

IArtifactsOperations를 가져옵니다.

AssignmentOperations

IAssignmentOperations를 가져옵니다.

Assignments

IAssignmentsOperations를 가져옵니다.

BaseUri

서비스의 기본 URI입니다.

Blueprints

IBlueprintsOperations를 가져옵니다.

Credentials

클라이언트가 Azure에 연결하는 데 필요한 자격 증명입니다.

DeserializationSettings

json 역직렬화 설정을 가져오거나 설정합니다.

FirstMessageHandler

Blueprint 클라이언트

(다음에서 상속됨 ServiceClient<T>)
GenerateClientRequestId

고유한 x-ms-client-request-id를 생성해야 하는지 여부입니다. true로 설정하면 고유한 x-ms-client-request-id 값이 생성되고 각 요청에 포함됩니다. 기본값은 true입니다.

HttpClient

Blueprint 클라이언트

(다음에서 상속됨 ServiceClient<T>)
HttpClientHandler

Blueprint 클라이언트

(다음에서 상속됨 ServiceClient<T>)
HttpMessageHandlers

Blueprint 클라이언트

(다음에서 상속됨 ServiceClient<T>)
LongRunningOperationRetryTimeout

장기 실행 작업의 재시도 시간 제한(초)입니다. 기본값은 30입니다.

PublishedArtifacts

IPublishedArtifactsOperations를 가져옵니다.

PublishedBlueprints

IPublishedBlueprintsOperations를 가져옵니다.

SerializationSettings

json serialization 설정을 가져오거나 설정합니다.

UserAgent

Blueprint 클라이언트

(다음에서 상속됨 ServiceClient<T>)

메서드

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Blueprint 클라이언트

(다음에서 상속됨 ServiceClient<T>)
Dispose()

Blueprint 클라이언트

(다음에서 상속됨 ServiceClient<T>)
Dispose(Boolean)

Blueprint 클라이언트

(다음에서 상속됨 ServiceClient<T>)
InitializeHttpClient(HttpClient, HttpClientHandler, DelegatingHandler[])

Blueprint 클라이언트

(다음에서 상속됨 ServiceClient<T>)
InitializeHttpClient(HttpClientHandler, DelegatingHandler[])

Blueprint 클라이언트

(다음에서 상속됨 ServiceClient<T>)
SetRetryPolicy(RetryPolicy)

Blueprint 클라이언트

(다음에서 상속됨 ServiceClient<T>)
SetUserAgent(String)

Blueprint 클라이언트

(다음에서 상속됨 ServiceClient<T>)
SetUserAgent(String, String)

Blueprint 클라이언트

(다음에서 상속됨 ServiceClient<T>)

확장 메서드

GetLongRunningOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)

장기 실행 작업에 대한 작업 결과를 가져옵니다.

GetLongRunningOperationResultAsync<THeader>(IAzureClient, AzureOperationHeaderResponse<THeader>, Dictionary<String,List<String>>, CancellationToken)

장기 실행 작업에 대한 작업 결과를 가져옵니다.

GetLongRunningOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)

장기 실행 작업에 대한 작업 결과를 가져옵니다.

GetLongRunningOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)

장기 실행 작업에 대한 작업 결과를 가져옵니다.

GetPostOrDeleteOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)

DELETE 및 POST 작업에 대한 작업 결과를 가져옵니다. (사용되지 않음, GetLongRunningOperationResultAsync를 사용하세요.)

GetPostOrDeleteOperationResultAsync<THeader>(IAzureClient, AzureOperationHeaderResponse<THeader>, Dictionary<String,List<String>>, CancellationToken)

DELETE 및 POST 작업에 대한 작업 결과를 가져옵니다. (사용되지 않음, GetLongRunningOperationResultAsync를 사용하세요.)

GetPostOrDeleteOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)

DELETE 및 POST 작업에 대한 작업 결과를 가져옵니다. (사용되지 않음, GetLongRunningOperationResultAsync를 사용하세요.)

GetPostOrDeleteOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)

DELETE 및 POST 작업에 대한 작업 결과를 가져옵니다. (사용되지 않음, GetLongRunningOperationResultAsync를 사용하세요.)

GetPutOrPatchOperationResultAsync(IAzureClient, AzureOperationResponse, Dictionary<String,List<String>>, CancellationToken)

PUT 및 PATCH 작업에 대한 작업 결과를 가져옵니다. (사용되지 않음, GetLongRunningOperationResultAsync를 사용하세요.)

GetPutOrPatchOperationResultAsync<TBody>(IAzureClient, AzureOperationResponse<TBody>, Dictionary<String,List<String>>, CancellationToken)

PUT 및 PATCH 작업에 대한 작업 결과를 가져옵니다. (사용되지 않음, GetLongRunningOperationResultAsync를 사용하세요.)

GetPutOrPatchOperationResultAsync<TBody,THeader>(IAzureClient, AzureOperationResponse<TBody,THeader>, Dictionary<String,List<String>>, CancellationToken)

PUT 및 PATCH 작업에 대한 작업 결과를 가져옵니다. (사용되지 않음, GetLongRunningOperationResultAsync를 사용하세요.)

적용 대상