DscCompilationJobOperations class
DscCompilationJobOperations'i temsil eden sınıf.
Oluşturucular
| Dsc |
DscCompilationJobOperations oluşturun. |
Yöntemler
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<DscCompilationJobCreateResponse>
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<DscCompilationJobGetResponse>
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
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
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<DscCompilationJobGetStreamResponse>
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
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
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ı.
İ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ı.
İsteğe bağlı parametreler
- callback
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
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
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
Geri çağırma