Aracılığıyla paylaş


AutomanageClient class

Extends

Oluşturucular

AutomanageClient(TokenCredential, string, AutomanageClientOptionalParams)

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

Özellikler

$host
apiVersion
bestPractices
bestPracticesVersions
configurationProfileAssignments
configurationProfileHCIAssignments
configurationProfileHcrpAssignments
configurationProfiles
configurationProfilesVersions
hCIReports
hcrpReports
operations
reports
servicePrincipals
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 dosyasını gönderin.

Oluşturucu Ayrıntıları

AutomanageClient(TokenCredential, string, AutomanageClientOptionalParams)

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

new AutomanageClient(credentials: TokenCredential, subscriptionId: string, options?: AutomanageClientOptionalParams)

Parametreler

credentials
TokenCredential

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

subscriptionId

string

Hedef aboneliğin kimliği.

options
AutomanageClientOptionalParams

Parametre seçenekleri

Özellik Ayrıntıları

$host

$host: string

Özellik Değeri

string

apiVersion

apiVersion: string

Özellik Değeri

string

bestPractices

bestPractices: BestPractices

Özellik Değeri

bestPracticesVersions

bestPracticesVersions: BestPracticesVersions

Özellik Değeri

configurationProfileAssignments

configurationProfileAssignments: ConfigurationProfileAssignments

Özellik Değeri

configurationProfileHCIAssignments

configurationProfileHCIAssignments: ConfigurationProfileHCIAssignments

Özellik Değeri

configurationProfileHcrpAssignments

configurationProfileHcrpAssignments: ConfigurationProfileHcrpAssignments

Özellik Değeri

configurationProfiles

configurationProfiles: ConfigurationProfiles

Özellik Değeri

configurationProfilesVersions

configurationProfilesVersions: ConfigurationProfilesVersions

Özellik Değeri

hCIReports

hCIReports: HCIReports

Özellik Değeri

hcrpReports

hcrpReports: HcrpReports

Özellik Değeri

operations

operations: Operations

Özellik Değeri

reports

reports: Reports

Özellik Değeri

servicePrincipals

servicePrincipals: ServicePrincipals

Ö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ınmış

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ınan

sendRequest(PipelineRequest)

Sağlanan httpRequest dosyasını gönderin.

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

Parametreler

request
PipelineRequest

Döndürülenler

Promise<PipelineResponse>

coreClient.ServiceClient.sendRequest'ten Devralınan