This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi
azure-native.edge.getDynamicConfiguration
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi
Get a Dynamic Configuration Resource
Uses Azure REST API version 2025-06-01.
Using getDynamicConfiguration
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 getDynamicConfiguration(args: GetDynamicConfigurationArgs, opts?: InvokeOptions): Promise<GetDynamicConfigurationResult>
function getDynamicConfigurationOutput(args: GetDynamicConfigurationOutputArgs, opts?: InvokeOptions): Output<GetDynamicConfigurationResult>
def get_dynamic_configuration(configuration_name: Optional[str] = None,
dynamic_configuration_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDynamicConfigurationResult
def get_dynamic_configuration_output(configuration_name: Optional[pulumi.Input[str]] = None,
dynamic_configuration_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDynamicConfigurationResult]
func LookupDynamicConfiguration(ctx *Context, args *LookupDynamicConfigurationArgs, opts ...InvokeOption) (*LookupDynamicConfigurationResult, error)
func LookupDynamicConfigurationOutput(ctx *Context, args *LookupDynamicConfigurationOutputArgs, opts ...InvokeOption) LookupDynamicConfigurationResultOutput
> Note: This function is named LookupDynamicConfiguration
in the Go SDK.
public static class GetDynamicConfiguration
{
public static Task<GetDynamicConfigurationResult> InvokeAsync(GetDynamicConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetDynamicConfigurationResult> Invoke(GetDynamicConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDynamicConfigurationResult> getDynamicConfiguration(GetDynamicConfigurationArgs args, InvokeOptions options)
public static Output<GetDynamicConfigurationResult> getDynamicConfiguration(GetDynamicConfigurationArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:edge:getDynamicConfiguration
arguments:
# arguments dictionary
The following arguments are supported:
- Configuration
Name string - Name of the Configuration
- Dynamic
Configuration stringName - Name of the dynamic configuration
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Configuration
Name string - Name of the Configuration
- Dynamic
Configuration stringName - Name of the dynamic configuration
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- configuration
Name String - Name of the Configuration
- dynamic
Configuration StringName - Name of the dynamic configuration
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- configuration
Name string - Name of the Configuration
- dynamic
Configuration stringName - Name of the dynamic configuration
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- configuration_
name str - Name of the Configuration
- dynamic_
configuration_ strname - Name of the dynamic configuration
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- configuration
Name String - Name of the Configuration
- dynamic
Configuration StringName - Name of the dynamic configuration
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getDynamicConfiguration Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- Properties
Pulumi.
Azure Native. Edge. Outputs. Dynamic Configuration Properties Response - The resource-specific properties for this resource.
- System
Data Pulumi.Azure Native. Edge. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- Properties
Dynamic
Configuration Properties Response - The resource-specific properties for this resource.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- properties
Dynamic
Configuration Properties Response - The resource-specific properties for this resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name string
- The name of the resource
- properties
Dynamic
Configuration Properties Response - The resource-specific properties for this resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name str
- The name of the resource
- properties
Dynamic
Configuration Properties Response - The resource-specific properties for this resource.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- properties Property Map
- The resource-specific properties for this resource.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
DynamicConfigurationPropertiesResponse
- Current
Version string - Current Version of dynamic configuration
- Dynamic
Configuration stringModel - Type of dynamic configuration model
- Dynamic
Configuration stringType - Type of dynamic configuration
- Provisioning
State string - Provisioning state of resource
- Current
Version string - Current Version of dynamic configuration
- Dynamic
Configuration stringModel - Type of dynamic configuration model
- Dynamic
Configuration stringType - Type of dynamic configuration
- Provisioning
State string - Provisioning state of resource
- current
Version String - Current Version of dynamic configuration
- dynamic
Configuration StringModel - Type of dynamic configuration model
- dynamic
Configuration StringType - Type of dynamic configuration
- provisioning
State String - Provisioning state of resource
- current
Version string - Current Version of dynamic configuration
- dynamic
Configuration stringModel - Type of dynamic configuration model
- dynamic
Configuration stringType - Type of dynamic configuration
- provisioning
State string - Provisioning state of resource
- current_
version str - Current Version of dynamic configuration
- dynamic_
configuration_ strmodel - Type of dynamic configuration model
- dynamic_
configuration_ strtype - Type of dynamic configuration
- provisioning_
state str - Provisioning state of resource
- current
Version String - Current Version of dynamic configuration
- dynamic
Configuration StringModel - Type of dynamic configuration model
- dynamic
Configuration StringType - Type of dynamic configuration
- provisioning
State String - Provisioning state of resource
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi