Aracılığıyla paylaş


DscCompilationJobOperations class

DscCompilationJobOperations'i temsil eden sınıf.

Oluşturucular

DscCompilationJobOperations(AutomationClientContext)

DscCompilationJobOperations oluşturun.

Yöntemler

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

Yapılandırmanın Dsc derleme işini oluşturur.

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

Yapılandırmanın Dsc derleme işini oluşturur.

get(string, string, string, RequestOptionsBase)

İş kimliğiyle tanımlanan Dsc yapılandırma derleme işini alın.

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

İş akışı kimliği tarafından tanımlanan iş akışını alın.

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

dsc derleme işlerinin listesini alın.

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

dsc derleme işlerinin listesini alın.

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

Oluşturucu Ayrıntıları

DscCompilationJobOperations(AutomationClientContext)

DscCompilationJobOperations oluşturun.

new DscCompilationJobOperations(client: AutomationClientContext)

Parametreler

client
AutomationClientContext

Hizmet istemcisine başvuru.

Yöntem Ayrıntıları

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

Yapılandırmanın Dsc derleme işini oluşturur.

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

compilationJobName

string

DSC yapılandırma kimliği.

parameters
DscCompilationJobCreateParameters

Derleme işi oluşturma işlemine sağlanan parametreler.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

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

Söz<msRestAzure.LROPoller>

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

Yapılandırmanın Dsc derleme işini oluşturur.

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

compilationJobName

string

DSC yapılandırma kimliği.

parameters
DscCompilationJobCreateParameters

Derleme işi oluşturma işlemine sağlanan parametreler.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.DscCompilationJobCreateResponse>

get(string, string, string, RequestOptionsBase)

İş kimliğiyle tanımlanan Dsc yapılandırma derleme işini alın.

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

compilationJobName

string

DSC yapılandırma kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.DscCompilationJobGetResponse>

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

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

compilationJobName

string

DSC yapılandırma kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<DscCompilationJob>

Geri çağırma

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

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

compilationJobName

string

DSC yapılandırma kimliği.

callback

ServiceCallback<DscCompilationJob>

Geri çağırma

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

İş akışı kimliği tarafından tanımlanan iş akışını alın.

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

jobId

string

İş kimliği.

jobStreamId

string

İş akışı kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

jobId

string

İş kimliği.

jobStreamId

string

İş akışı kimliği.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<JobStream>

Geri çağırma

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

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

jobId

string

İş kimliği.

jobStreamId

string

İş akışı kimliği.

callback

ServiceCallback<JobStream>

Geri çağırma

listByAutomationAccount(string, string, DscCompilationJobListByAutomationAccountOptionalParams)

dsc derleme işlerinin listesini alın.

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

options
DscCompilationJobListByAutomationAccountOptionalParams

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.DscCompilationJobListByAutomationAccountResponse>

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

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

options
DscCompilationJobListByAutomationAccountOptionalParams

İsteğe bağlı parametreler

callback

ServiceCallback<DscCompilationJobListResult>

Geri çağırma

listByAutomationAccount(string, string, ServiceCallback<DscCompilationJobListResult>)

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

Parametreler

resourceGroupName

string

Azure Kaynak grubunun adı.

automationAccountName

string

Otomasyon hesabının adı.

callback

ServiceCallback<DscCompilationJobListResult>

Geri çağırma

listByAutomationAccountNext(string, RequestOptionsBase)

dsc derleme işlerinin listesini alın.

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.DscCompilationJobListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<DscCompilationJobListResult>)

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<DscCompilationJobListResult>

Geri çağırma

listByAutomationAccountNext(string, ServiceCallback<DscCompilationJobListResult>)

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

callback

ServiceCallback<DscCompilationJobListResult>

Geri çağırma