DscCompilationJobOperations class
Klasse die een DscCompilationJobOperations vertegenwoordigt.
Constructors
| Dsc |
Maak een DscCompilationJobOperations. |
Methoden
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
Promise<DscCompilationJobCreateResponse>
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
Promise<DscCompilationJobGetResponse>
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
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
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
Promise<DscCompilationJobGetStreamResponse>
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
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
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.
De optionele parameters
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.
De optionele parameters
- callback
De callback
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.
- callback
De callback
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
- callback
De callback
listByAutomationAccountNext(string, ServiceCallback<DscCompilationJobListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<DscCompilationJobListResult>)
Parameters
- nextPageLink
-
string
De NextLink van de vorige geslaagde aanroep naar lijstbewerking.
- callback
De callback