azure-native.automation.getDscNodeConfiguration
Explore with Pulumi AI
Retrieve the Dsc node configurations by node configuration. Azure REST API version: 2022-08-08.
Other available API versions: 2023-05-15-preview, 2023-11-01.
Using getDscNodeConfiguration
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDscNodeConfiguration(args: GetDscNodeConfigurationArgs, opts?: InvokeOptions): Promise<GetDscNodeConfigurationResult>
function getDscNodeConfigurationOutput(args: GetDscNodeConfigurationOutputArgs, opts?: InvokeOptions): Output<GetDscNodeConfigurationResult>
def get_dsc_node_configuration(automation_account_name: Optional[str] = None,
node_configuration_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDscNodeConfigurationResult
def get_dsc_node_configuration_output(automation_account_name: Optional[pulumi.Input[str]] = None,
node_configuration_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDscNodeConfigurationResult]
func LookupDscNodeConfiguration(ctx *Context, args *LookupDscNodeConfigurationArgs, opts ...InvokeOption) (*LookupDscNodeConfigurationResult, error)
func LookupDscNodeConfigurationOutput(ctx *Context, args *LookupDscNodeConfigurationOutputArgs, opts ...InvokeOption) LookupDscNodeConfigurationResultOutput
> Note: This function is named LookupDscNodeConfiguration
in the Go SDK.
public static class GetDscNodeConfiguration
{
public static Task<GetDscNodeConfigurationResult> InvokeAsync(GetDscNodeConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetDscNodeConfigurationResult> Invoke(GetDscNodeConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDscNodeConfigurationResult> getDscNodeConfiguration(GetDscNodeConfigurationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:automation:getDscNodeConfiguration
arguments:
# arguments dictionary
The following arguments are supported:
- Automation
Account stringName The name of the automation account.
- Node
Configuration stringName The Dsc node configuration name.
- Resource
Group stringName Name of an Azure Resource group.
- Automation
Account stringName The name of the automation account.
- Node
Configuration stringName The Dsc node configuration name.
- Resource
Group stringName Name of an Azure Resource group.
- automation
Account StringName The name of the automation account.
- node
Configuration StringName The Dsc node configuration name.
- resource
Group StringName Name of an Azure Resource group.
- automation
Account stringName The name of the automation account.
- node
Configuration stringName The Dsc node configuration name.
- resource
Group stringName Name of an Azure Resource group.
- automation_
account_ strname The name of the automation account.
- node_
configuration_ strname The Dsc node configuration name.
- resource_
group_ strname Name of an Azure Resource group.
- automation
Account StringName The name of the automation account.
- node
Configuration StringName The Dsc node configuration name.
- resource
Group StringName Name of an Azure Resource group.
getDscNodeConfiguration Result
The following output properties are available:
- Id string
Fully qualified resource Id for the resource
- Name string
The name of the resource
- Type string
The type of the resource.
- Configuration
Pulumi.
Azure Native. Automation. Outputs. Dsc Configuration Association Property Response Gets or sets the configuration of the node.
- Creation
Time string Gets or sets creation time.
- Increment
Node boolConfiguration Build If a new build version of NodeConfiguration is required.
- Last
Modified stringTime Gets or sets the last modified time.
- Node
Count double Number of nodes with this node configuration assigned
- Source string
Source of node configuration.
- Id string
Fully qualified resource Id for the resource
- Name string
The name of the resource
- Type string
The type of the resource.
- Configuration
Dsc
Configuration Association Property Response Gets or sets the configuration of the node.
- Creation
Time string Gets or sets creation time.
- Increment
Node boolConfiguration Build If a new build version of NodeConfiguration is required.
- Last
Modified stringTime Gets or sets the last modified time.
- Node
Count float64 Number of nodes with this node configuration assigned
- Source string
Source of node configuration.
- id String
Fully qualified resource Id for the resource
- name String
The name of the resource
- type String
The type of the resource.
- configuration
Dsc
Configuration Association Property Response Gets or sets the configuration of the node.
- creation
Time String Gets or sets creation time.
- increment
Node BooleanConfiguration Build If a new build version of NodeConfiguration is required.
- last
Modified StringTime Gets or sets the last modified time.
- node
Count Double Number of nodes with this node configuration assigned
- source String
Source of node configuration.
- id string
Fully qualified resource Id for the resource
- name string
The name of the resource
- type string
The type of the resource.
- configuration
Dsc
Configuration Association Property Response Gets or sets the configuration of the node.
- creation
Time string Gets or sets creation time.
- increment
Node booleanConfiguration Build If a new build version of NodeConfiguration is required.
- last
Modified stringTime Gets or sets the last modified time.
- node
Count number Number of nodes with this node configuration assigned
- source string
Source of node configuration.
- id str
Fully qualified resource Id for the resource
- name str
The name of the resource
- type str
The type of the resource.
- configuration
Dsc
Configuration Association Property Response Gets or sets the configuration of the node.
- creation_
time str Gets or sets creation time.
- increment_
node_ boolconfiguration_ build If a new build version of NodeConfiguration is required.
- last_
modified_ strtime Gets or sets the last modified time.
- node_
count float Number of nodes with this node configuration assigned
- source str
Source of node configuration.
- id String
Fully qualified resource Id for the resource
- name String
The name of the resource
- type String
The type of the resource.
- configuration Property Map
Gets or sets the configuration of the node.
- creation
Time String Gets or sets creation time.
- increment
Node BooleanConfiguration Build If a new build version of NodeConfiguration is required.
- last
Modified StringTime Gets or sets the last modified time.
- node
Count Number Number of nodes with this node configuration assigned
- source String
Source of node configuration.
Supporting Types
DscConfigurationAssociationPropertyResponse
- Name string
Gets or sets the name of the Dsc configuration.
- Name string
Gets or sets the name of the Dsc configuration.
- name String
Gets or sets the name of the Dsc configuration.
- name string
Gets or sets the name of the Dsc configuration.
- name str
Gets or sets the name of the Dsc configuration.
- name String
Gets or sets the name of the Dsc configuration.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0