Bagikan melalui


DscCompilationJobOperations class

Kelas yang mewakili DscCompilationJobOperations.

Konstruktor

DscCompilationJobOperations(AutomationClientContext)

Buat DscCompilationJobOperations.

Metode

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

Membuat pekerjaan kompilasi Dsc konfigurasi.

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

Membuat pekerjaan kompilasi Dsc konfigurasi.

get(string, string, string, RequestOptionsBase)

Ambil pekerjaan kompilasi konfigurasi Dsc yang diidentifikasi oleh id pekerjaan.

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

Ambil aliran pekerjaan yang diidentifikasi oleh id aliran pekerjaan.

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

Ambil daftar pekerjaan kompilasi dsc.

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

Ambil daftar pekerjaan kompilasi dsc.

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

Detail Konstruktor

DscCompilationJobOperations(AutomationClientContext)

Buat DscCompilationJobOperations.

new DscCompilationJobOperations(client: AutomationClientContext)

Parameter

client
AutomationClientContext

Referensi ke klien layanan.

Detail Metode

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

Membuat pekerjaan kompilasi Dsc konfigurasi.

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

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

compilationJobName

string

Id konfigurasi DSC.

parameters
DscCompilationJobCreateParameters

Parameter yang disediakan untuk operasi membuat pekerjaan kompilasi.

options
RequestOptionsBase

Parameter opsional

Mengembalikan

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

Menjanjikan<msRestAzure.LROPoller>

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

Membuat pekerjaan kompilasi Dsc konfigurasi.

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

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

compilationJobName

string

Id konfigurasi DSC.

parameters
DscCompilationJobCreateParameters

Parameter yang disediakan untuk operasi membuat pekerjaan kompilasi.

options
RequestOptionsBase

Parameter opsional

Mengembalikan

Menjanjikan<Models.DscCompilationJobCreateResponse>

get(string, string, string, RequestOptionsBase)

Ambil pekerjaan kompilasi konfigurasi Dsc yang diidentifikasi oleh id pekerjaan.

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

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

compilationJobName

string

Id konfigurasi DSC.

options
RequestOptionsBase

Parameter opsional

Mengembalikan

Menjanjikan<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

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

compilationJobName

string

Id konfigurasi DSC.

options
RequestOptionsBase

Parameter opsional

callback

ServiceCallback<DscCompilationJob>

Panggilan balik

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

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

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

compilationJobName

string

Id konfigurasi DSC.

callback

ServiceCallback<DscCompilationJob>

Panggilan balik

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

Ambil aliran pekerjaan yang diidentifikasi oleh id aliran pekerjaan.

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

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

jobId

string

Id pekerjaan.

jobStreamId

string

Id aliran pekerjaan.

options
RequestOptionsBase

Parameter opsional

Mengembalikan

Menjanjikan<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

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

jobId

string

Id pekerjaan.

jobStreamId

string

Id aliran pekerjaan.

options
RequestOptionsBase

Parameter opsional

callback

ServiceCallback<JobStream>

Panggilan balik

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

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

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

jobId

string

Id pekerjaan.

jobStreamId

string

Id aliran pekerjaan.

callback

ServiceCallback<JobStream>

Panggilan balik

listByAutomationAccount(string, string, DscCompilationJobListByAutomationAccountOptionalParams)

Ambil daftar pekerjaan kompilasi dsc.

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

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

Mengembalikan

Menjanjikan<Models.DscCompilationJobListByAutomationAccountResponse>

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

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

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

callback

ServiceCallback<DscCompilationJobListResult>

Panggilan balik

listByAutomationAccount(string, string, ServiceCallback<DscCompilationJobListResult>)

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

Parameter

resourceGroupName

string

Nama grup Sumber Daya Azure.

automationAccountName

string

Nama akun automasi.

callback

ServiceCallback<DscCompilationJobListResult>

Panggilan balik

listByAutomationAccountNext(string, RequestOptionsBase)

Ambil daftar pekerjaan kompilasi dsc.

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

Parameter

nextPageLink

string

NextLink dari operasi panggilan berhasil sebelumnya ke Daftar.

options
RequestOptionsBase

Parameter opsional

Mengembalikan

Menjanjikan<Models.DscCompilationJobListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<DscCompilationJobListResult>)

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

Parameter

nextPageLink

string

NextLink dari operasi panggilan berhasil sebelumnya ke Daftar.

options
RequestOptionsBase

Parameter opsional

callback

ServiceCallback<DscCompilationJobListResult>

Panggilan balik

listByAutomationAccountNext(string, ServiceCallback<DscCompilationJobListResult>)

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

Parameter

nextPageLink

string

NextLink dari operasi panggilan berhasil sebelumnya ke Daftar.

callback

ServiceCallback<DscCompilationJobListResult>

Panggilan balik