Delen via


DscCompilationJobOperations class

Klasse die een DscCompilationJobOperations vertegenwoordigt.

Constructors

DscCompilationJobOperations(AutomationClientContext)

Maak een DscCompilationJobOperations.

Methoden

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

Hiermee maakt u de dsc-compilatietaak van de configuratie.

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

Hiermee maakt u de dsc-compilatietaak van de configuratie.

get(string, string, string, RequestOptionsBase)

Haal de dsc-configuratiecompilatietaak op die is geïdentificeerd door de taak-id.

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

Haal de taakstroom op die is geïdentificeerd door de taakstroom-id.

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

Haal een lijst met dsc-compilatietaken op.

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

Haal een lijst met dsc-compilatietaken op.

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

Constructordetails

DscCompilationJobOperations(AutomationClientContext)

Maak een DscCompilationJobOperations.

new DscCompilationJobOperations(client: AutomationClientContext)

Parameters

client
AutomationClientContext

Verwijzing naar de serviceclient.

Methodedetails

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

Hiermee maakt u de dsc-compilatietaak van de configuratie.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

compilationJobName

string

De DSC-configuratie-id.

parameters
DscCompilationJobCreateParameters

De parameters die zijn opgegeven voor de compilatietaakbewerking.

options
RequestOptionsBase

De optionele parameters

Retouren

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

Promise<msRestAzure.LROPoller>

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

Hiermee maakt u de dsc-compilatietaak van de configuratie.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

compilationJobName

string

De DSC-configuratie-id.

parameters
DscCompilationJobCreateParameters

De parameters die zijn opgegeven voor de compilatietaakbewerking.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Models.DscCompilationJobCreateResponse>

get(string, string, string, RequestOptionsBase)

Haal de dsc-configuratiecompilatietaak op die is geïdentificeerd door de taak-id.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

compilationJobName

string

De DSC-configuratie-id.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.DscCompilationJobGetResponse>

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

compilationJobName

string

De DSC-configuratie-id.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<DscCompilationJob>

De callback

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

compilationJobName

string

De DSC-configuratie-id.

callback

ServiceCallback<DscCompilationJob>

De callback

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

Haal de taakstroom op die is geïdentificeerd door de taakstroom-id.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

jobId

string

De taak-id.

jobStreamId

string

De taakstream-id.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<modellen.DscCompilationJobGetStreamResponse>

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

jobId

string

De taak-id.

jobStreamId

string

De taakstream-id.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<JobStream>

De callback

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

jobId

string

De taak-id.

jobStreamId

string

De taakstream-id.

callback

ServiceCallback<JobStream>

De callback

listByAutomationAccount(string, string, DscCompilationJobListByAutomationAccountOptionalParams)

Haal een lijst met dsc-compilatietaken op.

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

Retouren

Beloof<Modellen.DscCompilatieJobListByAutomationAccountResponse>

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

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

listByAutomationAccount(string, string, ServiceCallback<DscCompilationJobListResult>)

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

Parameters

resourceGroupName

string

Naam van een Azure-resourcegroep.

automationAccountName

string

De naam van het Automation-account.

listByAutomationAccountNext(string, RequestOptionsBase)

Haal een lijst met dsc-compilatietaken op.

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Modellen.DscCompilatieJobListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<DscCompilationJobListResult>)

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

listByAutomationAccountNext(string, ServiceCallback<DscCompilationJobListResult>)

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.