Aracılığıyla paylaş


BatchManagementClient class

Extends

Oluşturucular

BatchManagementClient(TokenCredential, string, BatchManagementClientOptionalParams)

BatchManagementClient sınıfının yeni bir örneğini başlatır.

Özellikler

$host
apiVersion
applicationOperations
applicationPackageOperations
batchAccountOperations
certificateOperations
location
operations
poolOperations
privateEndpointConnectionOperations
privateLinkResourceOperations
subscriptionId

Devralınan Özellikler

pipeline

bu istemci tarafından istekte bulunmak için kullanılan işlem hattı

Devralınan Yöntemler

sendOperationRequest<T>(OperationArguments, OperationSpec)

Sağlanan OperationSpec kullanılarak doldurulan bir HTTP isteği gönderin.

sendRequest(PipelineRequest)

Sağlanan httpRequest'i gönderin.

Oluşturucu Ayrıntıları

BatchManagementClient(TokenCredential, string, BatchManagementClientOptionalParams)

BatchManagementClient sınıfının yeni bir örneğini başlatır.

new BatchManagementClient(credentials: TokenCredential, subscriptionId: string, options?: BatchManagementClientOptionalParams)

Parametreler

credentials
TokenCredential

İstemci aboneliğini benzersiz olarak tanımlayan abonelik kimlik bilgileri.

subscriptionId

string

Azure abonelik kimliği. Bu GUID biçimli bir dizedir (örneğin, 000000000-0000-0000-0000-000000000000000)

options
BatchManagementClientOptionalParams

Parametre seçenekleri

Özellik Ayrıntıları

$host

$host: string

Özellik Değeri

string

apiVersion

apiVersion: string

Özellik Değeri

string

applicationOperations

applicationOperations: ApplicationOperations

Özellik Değeri

applicationPackageOperations

applicationPackageOperations: ApplicationPackageOperations

Özellik Değeri

batchAccountOperations

batchAccountOperations: BatchAccountOperations

Özellik Değeri

certificateOperations

certificateOperations: CertificateOperations

Özellik Değeri

location

location: Location_2

Özellik Değeri

operations

operations: Operations

Özellik Değeri

poolOperations

poolOperations: PoolOperations

Özellik Değeri

privateEndpointConnectionOperations

privateEndpointConnectionOperations: PrivateEndpointConnectionOperations

Özellik Değeri

privateLinkResourceOperations

privateLinkResourceOperations: PrivateLinkResourceOperations

Özellik Değeri

subscriptionId

subscriptionId: string

Özellik Değeri

string

Devralınan Özellik Detayları

pipeline

bu istemci tarafından istekte bulunmak için kullanılan işlem hattı

pipeline: Pipeline

Özellik Değeri

CoreClient.ServiceClient.pipeline'dan Devralındı

Devralınan Yöntemin Ayrıntıları

sendOperationRequest<T>(OperationArguments, OperationSpec)

Sağlanan OperationSpec kullanılarak doldurulan bir HTTP isteği gönderin.

function sendOperationRequest<T>(operationArguments: OperationArguments, operationSpec: OperationSpec): Promise<T>

Parametreler

operationArguments
OperationArguments

HTTP isteğinin şablonlu değerlerinin doldurulacağı bağımsız değişkenler.

operationSpec
OperationSpec

httpRequest'i doldurmak için kullanılacak OperationSpec.

Döndürülenler

Promise<T>

CoreClient.ServiceClient.sendOperationRequest'ten Devralındı

sendRequest(PipelineRequest)

Sağlanan httpRequest'i gönderin.

function sendRequest(request: PipelineRequest): Promise<PipelineResponse>

Parametreler

request
PipelineRequest

Döndürülenler

Promise<PipelineResponse>

CoreClient.ServiceClient.sendRequest'ten Devralındı