azure-native.automation.getDscNodeConfiguration

Retrieve the Dsc node configurations by node configuration. API Version: 2019-06-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:

AutomationAccountName string

The name of the automation account.

NodeConfigurationName string

The Dsc node configuration name.

ResourceGroupName string

Name of an Azure Resource group.

AutomationAccountName string

The name of the automation account.

NodeConfigurationName string

The Dsc node configuration name.

ResourceGroupName string

Name of an Azure Resource group.

automationAccountName String

The name of the automation account.

nodeConfigurationName String

The Dsc node configuration name.

resourceGroupName String

Name of an Azure Resource group.

automationAccountName string

The name of the automation account.

nodeConfigurationName string

The Dsc node configuration name.

resourceGroupName string

Name of an Azure Resource group.

automation_account_name str

The name of the automation account.

node_configuration_name str

The Dsc node configuration name.

resource_group_name str

Name of an Azure Resource group.

automationAccountName String

The name of the automation account.

nodeConfigurationName String

The Dsc node configuration name.

resourceGroupName String

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.AzureNative.Automation.Outputs.DscConfigurationAssociationPropertyResponse

Gets or sets the configuration of the node.

CreationTime string

Gets or sets creation time.

IncrementNodeConfigurationBuild bool

If a new build version of NodeConfiguration is required.

LastModifiedTime string

Gets or sets the last modified time.

NodeCount 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 DscConfigurationAssociationPropertyResponse

Gets or sets the configuration of the node.

CreationTime string

Gets or sets creation time.

IncrementNodeConfigurationBuild bool

If a new build version of NodeConfiguration is required.

LastModifiedTime string

Gets or sets the last modified time.

NodeCount 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 DscConfigurationAssociationPropertyResponse

Gets or sets the configuration of the node.

creationTime String

Gets or sets creation time.

incrementNodeConfigurationBuild Boolean

If a new build version of NodeConfiguration is required.

lastModifiedTime String

Gets or sets the last modified time.

nodeCount 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 DscConfigurationAssociationPropertyResponse

Gets or sets the configuration of the node.

creationTime string

Gets or sets creation time.

incrementNodeConfigurationBuild boolean

If a new build version of NodeConfiguration is required.

lastModifiedTime string

Gets or sets the last modified time.

nodeCount 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 DscConfigurationAssociationPropertyResponse

Gets or sets the configuration of the node.

creation_time str

Gets or sets creation time.

increment_node_configuration_build bool

If a new build version of NodeConfiguration is required.

last_modified_time str

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.

creationTime String

Gets or sets creation time.

incrementNodeConfigurationBuild Boolean

If a new build version of NodeConfiguration is required.

lastModifiedTime String

Gets or sets the last modified time.

nodeCount 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