다음을 통해 공유


AvsClient 클래스

정의

Azure VMware Solution API

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

생성자

AvsClient(DelegatingHandler[])

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

AvsClient(HttpClient, Boolean)

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

AvsClient(HttpClientHandler, DelegatingHandler[])

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

AvsClient(ServiceClientCredentials, DelegatingHandler[])

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

AvsClient(ServiceClientCredentials, HttpClient, Boolean)

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

AvsClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

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

AvsClient(Uri, DelegatingHandler[])

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

AvsClient(Uri, HttpClientHandler, DelegatingHandler[])

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

AvsClient(Uri, ServiceClientCredentials, DelegatingHandler[])

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

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

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

속성

AcceptLanguage

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

Addons

IAddonsOperations를 가져옵니다.

ApiVersion

이 작업에 사용할 API 버전입니다.

Authorizations

IAuthorizationsOperations를 가져옵니다.

BaseUri

서비스의 기본 URI입니다.

CloudLinks

ICloudLinksOperations를 가져옵니다.

Clusters

IClustersOperations를 가져옵니다.

Credentials

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

Datastores

IDatastoresOperations를 가져옵니다.

DeserializationSettings

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

FirstMessageHandler

Azure VMware Solution API

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

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

GlobalReachConnections

IGlobalReachConnectionsOperations를 가져옵니다.

HcxEnterpriseSites

IHcxEnterpriseSitesOperations를 가져옵니다.

HttpClient

Azure VMware Solution API

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

Azure VMware Solution API

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

Azure VMware Solution API

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

ILocationsOperations를 가져옵니다.

LongRunningOperationRetryTimeout

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

Operations

IOperations를 가져옵니다.

PlacementPolicies

IPlacementPoliciesOperations를 가져옵니다.

PrivateClouds

IPrivateCloudsOperations를 가져옵니다.

ScriptCmdlets

IScriptCmdletsOperations를 가져옵니다.

ScriptExecutions

IScriptExecutionsOperations를 가져옵니다.

ScriptPackages

IScriptPackagesOperations를 가져옵니다.

SerializationSettings

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

SubscriptionId

대상 구독의 ID입니다.

UserAgent

Azure VMware Solution API

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

IVirtualMachinesOperations를 가져옵니다.

WorkloadNetworks

IWorkloadNetworksOperations를 가져옵니다.

메서드

CreateHttpHandlerPipeline(HttpClientHandler, DelegatingHandler[])

Azure VMware Solution API

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

Azure VMware Solution API

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

Azure VMware Solution API

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

Azure VMware Solution API

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

Azure VMware Solution API

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

Azure VMware Solution API

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

Azure VMware Solution API

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

Azure VMware Solution API

(다음에서 상속됨 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 사용)

적용 대상