Dela via


AutomanageClient class

Extends

Konstruktorer

AutomanageClient(TokenCredential, string, AutomanageClientOptionalParams)

Initierar en ny instans av klassen AutomanageClient.

Egenskaper

$host
apiVersion
bestPractices
bestPracticesVersions
configurationProfileAssignments
configurationProfileHCIAssignments
configurationProfileHcrpAssignments
configurationProfiles
configurationProfilesVersions
hCIReports
hcrpReports
operations
reports
servicePrincipals
subscriptionId

Ärvda egenskaper

pipeline

Pipelinen som används av den här klienten för att göra begäranden

Ärvda metoder

sendOperationRequest<T>(OperationArguments, OperationSpec)

Skicka en HTTP-begäran som fylls i med hjälp av angiven OperationSpec.

sendRequest(PipelineRequest)

Skicka angivet httpRequest.

Konstruktorinformation

AutomanageClient(TokenCredential, string, AutomanageClientOptionalParams)

Initierar en ny instans av klassen AutomanageClient.

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

Parametrar

credentials
TokenCredential

Autentiseringsuppgifter för prenumeration som unikt identifierar klientprenumeration.

subscriptionId

string

ID för målprenumerationen.

options
AutomanageClientOptionalParams

Parameteralternativen

Egenskapsinformation

$host

$host: string

Egenskapsvärde

string

apiVersion

apiVersion: string

Egenskapsvärde

string

bestPractices

bestPractices: BestPractices

Egenskapsvärde

bestPracticesVersions

bestPracticesVersions: BestPracticesVersions

Egenskapsvärde

configurationProfileAssignments

configurationProfileAssignments: ConfigurationProfileAssignments

Egenskapsvärde

configurationProfileHCIAssignments

configurationProfileHCIAssignments: ConfigurationProfileHCIAssignments

Egenskapsvärde

configurationProfileHcrpAssignments

configurationProfileHcrpAssignments: ConfigurationProfileHcrpAssignments

Egenskapsvärde

configurationProfiles

configurationProfiles: ConfigurationProfiles

Egenskapsvärde

configurationProfilesVersions

configurationProfilesVersions: ConfigurationProfilesVersions

Egenskapsvärde

hCIReports

hCIReports: HCIReports

Egenskapsvärde

hcrpReports

hcrpReports: HcrpReports

Egenskapsvärde

operations

operations: Operations

Egenskapsvärde

reports

reports: Reports

Egenskapsvärde

servicePrincipals

servicePrincipals: ServicePrincipals

Egenskapsvärde

subscriptionId

subscriptionId: string

Egenskapsvärde

string

Information om ärvda egenskaper

pipeline

Pipelinen som används av den här klienten för att göra begäranden

pipeline: Pipeline

Egenskapsvärde

Ärvd från coreClient.ServiceClient.pipeline

Ärvd metodinformation

sendOperationRequest<T>(OperationArguments, OperationSpec)

Skicka en HTTP-begäran som fylls i med hjälp av angiven OperationSpec.

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

Parametrar

operationArguments
OperationArguments

Argumenten som HTTP-begärans mallade värden fylls i från.

operationSpec
OperationSpec

Den OperationSpec som ska användas för att fylla i httpRequest.

Returer

Promise<T>

Ärvd från coreClient.ServiceClient.sendOperationRequest

sendRequest(PipelineRequest)

Skicka angivet httpRequest.

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

Parametrar

request
PipelineRequest

Returer

Promise<PipelineResponse>

Ärvd från coreClient.ServiceClient.sendRequest