Freigeben über


DscCompilationJobOperations class

Klasse, die eine DscCompilationJobOperations darstellt.

Konstruktoren

DscCompilationJobOperations(AutomationClientContext)

Erstellen Sie eine DscCompilationJobOperations.

Methoden

beginCreate(string, string, string, DscCompilationJobCreateParameters, RequestOptionsBase)

Erstellt den Dsc-Kompilierungsauftrag der Konfiguration.

create(string, string, string, DscCompilationJobCreateParameters, RequestOptionsBase)

Erstellt den Dsc-Kompilierungsauftrag der Konfiguration.

get(string, string, string, RequestOptionsBase)

Rufen Sie den Dsc-Konfigurationskompilierungsauftrag ab, der durch die Auftrags-ID identifiziert wird.

get(string, string, string, RequestOptionsBase, ServiceCallback<DscCompilationJob>)
get(string, string, string, ServiceCallback<DscCompilationJob>)
getStream(string, string, string, string, RequestOptionsBase)

Rufen Sie den Auftragsdatenstrom ab, der durch die Auftragsdatenstrom-ID identifiziert wird.

getStream(string, string, string, string, RequestOptionsBase, ServiceCallback<JobStream>)
getStream(string, string, string, string, ServiceCallback<JobStream>)
listByAutomationAccount(string, string, DscCompilationJobListByAutomationAccountOptionalParams)

Dient zum Abrufen einer Liste von DSC-Kompilierungsaufträgen.

listByAutomationAccount(string, string, DscCompilationJobListByAutomationAccountOptionalParams, ServiceCallback<DscCompilationJobListResult>)
listByAutomationAccount(string, string, ServiceCallback<DscCompilationJobListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

Dient zum Abrufen einer Liste von DSC-Kompilierungsaufträgen.

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<DscCompilationJobListResult>)
listByAutomationAccountNext(string, ServiceCallback<DscCompilationJobListResult>)

Details zum Konstruktor

DscCompilationJobOperations(AutomationClientContext)

Erstellen Sie eine DscCompilationJobOperations.

new DscCompilationJobOperations(client: AutomationClientContext)

Parameter

client
AutomationClientContext

Verweisen auf den Dienstclient.

Details zur Methode

beginCreate(string, string, string, DscCompilationJobCreateParameters, RequestOptionsBase)

Erstellt den Dsc-Kompilierungsauftrag der Konfiguration.

function beginCreate(resourceGroupName: string, automationAccountName: string, compilationJobName: string, parameters: DscCompilationJobCreateParameters, options?: RequestOptionsBase): Promise<LROPoller>

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

compilationJobName

string

Die DSC-Konfigurations-ID.

parameters
DscCompilationJobCreateParameters

Die Parameter, die für den Erstellungsauftragsvorgang bereitgestellt werden.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<@azure/ms-rest-azure-js.LROPoller>

Zusage<msRestAzure.LROPoller>

create(string, string, string, DscCompilationJobCreateParameters, RequestOptionsBase)

Erstellt den Dsc-Kompilierungsauftrag der Konfiguration.

function create(resourceGroupName: string, automationAccountName: string, compilationJobName: string, parameters: DscCompilationJobCreateParameters, options?: RequestOptionsBase): Promise<DscCompilationJobCreateResponse>

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

compilationJobName

string

Die DSC-Konfigurations-ID.

parameters
DscCompilationJobCreateParameters

Die Parameter, die für den Erstellungsauftragsvorgang bereitgestellt werden.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.DscCompilationJobCreateResponse>

get(string, string, string, RequestOptionsBase)

Rufen Sie den Dsc-Konfigurationskompilierungsauftrag ab, der durch die Auftrags-ID identifiziert wird.

function get(resourceGroupName: string, automationAccountName: string, compilationJobName: string, options?: RequestOptionsBase): Promise<DscCompilationJobGetResponse>

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

compilationJobName

string

Die DSC-Konfigurations-ID.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.DscCompilationJobGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<DscCompilationJob>)

function get(resourceGroupName: string, automationAccountName: string, compilationJobName: string, options: RequestOptionsBase, callback: ServiceCallback<DscCompilationJob>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

compilationJobName

string

Die DSC-Konfigurations-ID.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<DscCompilationJob>

Der Rückruf

get(string, string, string, ServiceCallback<DscCompilationJob>)

function get(resourceGroupName: string, automationAccountName: string, compilationJobName: string, callback: ServiceCallback<DscCompilationJob>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

compilationJobName

string

Die DSC-Konfigurations-ID.

callback

ServiceCallback<DscCompilationJob>

Der Rückruf

getStream(string, string, string, string, RequestOptionsBase)

Rufen Sie den Auftragsdatenstrom ab, der durch die Auftragsdatenstrom-ID identifiziert wird.

function getStream(resourceGroupName: string, automationAccountName: string, jobId: string, jobStreamId: string, options?: RequestOptionsBase): Promise<DscCompilationJobGetStreamResponse>

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

jobId

string

Die Auftrags-ID.

jobStreamId

string

Die Auftragsdatenstrom-ID.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.DscCompilationJobGetStreamResponse>

getStream(string, string, string, string, RequestOptionsBase, ServiceCallback<JobStream>)

function getStream(resourceGroupName: string, automationAccountName: string, jobId: string, jobStreamId: string, options: RequestOptionsBase, callback: ServiceCallback<JobStream>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

jobId

string

Die Auftrags-ID.

jobStreamId

string

Die Auftragsdatenstrom-ID.

options
RequestOptionsBase

Die optionalen Parameter

callback

ServiceCallback<JobStream>

Der Rückruf

getStream(string, string, string, string, ServiceCallback<JobStream>)

function getStream(resourceGroupName: string, automationAccountName: string, jobId: string, jobStreamId: string, callback: ServiceCallback<JobStream>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

jobId

string

Die Auftrags-ID.

jobStreamId

string

Die Auftragsdatenstrom-ID.

callback

ServiceCallback<JobStream>

Der Rückruf

listByAutomationAccount(string, string, DscCompilationJobListByAutomationAccountOptionalParams)

Dient zum Abrufen einer Liste von DSC-Kompilierungsaufträgen.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: DscCompilationJobListByAutomationAccountOptionalParams): Promise<DscCompilationJobListByAutomationAccountResponse>

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

Gibt zurück

Promise<Models.DscCompilationJobListByAutomationAccountResponse>

listByAutomationAccount(string, string, DscCompilationJobListByAutomationAccountOptionalParams, ServiceCallback<DscCompilationJobListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: DscCompilationJobListByAutomationAccountOptionalParams, callback: ServiceCallback<DscCompilationJobListResult>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

listByAutomationAccount(string, string, ServiceCallback<DscCompilationJobListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<DscCompilationJobListResult>)

Parameter

resourceGroupName

string

Name einer Azure-Ressourcengruppe.

automationAccountName

string

Der Name des Automatisierungskontos.

listByAutomationAccountNext(string, RequestOptionsBase)

Dient zum Abrufen einer Liste von DSC-Kompilierungsaufträgen.

function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<DscCompilationJobListByAutomationAccountNextResponse>

Parameter

nextPageLink

string

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

options
RequestOptionsBase

Die optionalen Parameter

Gibt zurück

Promise<Models.DscCompilationJobListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<DscCompilationJobListResult>)

function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<DscCompilationJobListResult>)

Parameter

nextPageLink

string

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

options
RequestOptionsBase

Die optionalen Parameter

listByAutomationAccountNext(string, ServiceCallback<DscCompilationJobListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<DscCompilationJobListResult>)

Parameter

nextPageLink

string

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.