dsc_configuration_contents
Creates, updates, deletes, gets or lists a dsc_configuration_contents
resource.
Overview
Name | dsc_configuration_contents |
Type | Resource |
Id | azure.automation.dsc_configuration_contents |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
get | exec | resourceGroupName , automationAccountName , configurationName , subscriptionId | Retrieve the configuration script identified by configuration name. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
automationAccountName | string | The name of the automation account. |
configurationName | string | The configuration name. |
resourceGroupName | string | Name of an Azure Resource group. |
subscriptionId | string | Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
Lifecycle Methods
- get
Retrieve the configuration script identified by configuration name.
EXEC azure.automation.dsc_configuration_contents.get
@resourceGroupName='{{ resourceGroupName }}' --required,
@automationAccountName='{{ automationAccountName }}' --required,
@configurationName='{{ configurationName }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
;