This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.operationsmanagement.getManagementConfiguration
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Retrieves the user ManagementConfiguration. Azure REST API version: 2015-11-01-preview.
Using getManagementConfiguration
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 getManagementConfiguration(args: GetManagementConfigurationArgs, opts?: InvokeOptions): Promise<GetManagementConfigurationResult>
function getManagementConfigurationOutput(args: GetManagementConfigurationOutputArgs, opts?: InvokeOptions): Output<GetManagementConfigurationResult>def get_management_configuration(management_configuration_name: Optional[str] = None,
                                 resource_group_name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetManagementConfigurationResult
def get_management_configuration_output(management_configuration_name: Optional[pulumi.Input[str]] = None,
                                 resource_group_name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetManagementConfigurationResult]func LookupManagementConfiguration(ctx *Context, args *LookupManagementConfigurationArgs, opts ...InvokeOption) (*LookupManagementConfigurationResult, error)
func LookupManagementConfigurationOutput(ctx *Context, args *LookupManagementConfigurationOutputArgs, opts ...InvokeOption) LookupManagementConfigurationResultOutput> Note: This function is named LookupManagementConfiguration in the Go SDK.
public static class GetManagementConfiguration 
{
    public static Task<GetManagementConfigurationResult> InvokeAsync(GetManagementConfigurationArgs args, InvokeOptions? opts = null)
    public static Output<GetManagementConfigurationResult> Invoke(GetManagementConfigurationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetManagementConfigurationResult> getManagementConfiguration(GetManagementConfigurationArgs args, InvokeOptions options)
public static Output<GetManagementConfigurationResult> getManagementConfiguration(GetManagementConfigurationArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:operationsmanagement:getManagementConfiguration
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ManagementConfiguration stringName 
- User Management Configuration Name.
- ResourceGroup stringName 
- The name of the resource group to get. The name is case insensitive.
- ManagementConfiguration stringName 
- User Management Configuration Name.
- ResourceGroup stringName 
- The name of the resource group to get. The name is case insensitive.
- managementConfiguration StringName 
- User Management Configuration Name.
- resourceGroup StringName 
- The name of the resource group to get. The name is case insensitive.
- managementConfiguration stringName 
- User Management Configuration Name.
- resourceGroup stringName 
- The name of the resource group to get. The name is case insensitive.
- management_configuration_ strname 
- User Management Configuration Name.
- resource_group_ strname 
- The name of the resource group to get. The name is case insensitive.
- managementConfiguration StringName 
- User Management Configuration Name.
- resourceGroup StringName 
- The name of the resource group to get. The name is case insensitive.
getManagementConfiguration Result
The following output properties are available:
- Id string
- Resource ID.
- Name string
- Resource name.
- Properties
Pulumi.Azure Native. Operations Management. Outputs. Management Configuration Properties Response 
- Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
- Type string
- Resource type.
- Location string
- Resource location
- Id string
- Resource ID.
- Name string
- Resource name.
- Properties
ManagementConfiguration Properties Response 
- Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
- Type string
- Resource type.
- Location string
- Resource location
- id String
- Resource ID.
- name String
- Resource name.
- properties
ManagementConfiguration Properties Response 
- Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
- type String
- Resource type.
- location String
- Resource location
- id string
- Resource ID.
- name string
- Resource name.
- properties
ManagementConfiguration Properties Response 
- Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
- type string
- Resource type.
- location string
- Resource location
- id str
- Resource ID.
- name str
- Resource name.
- properties
ManagementConfiguration Properties Response 
- Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
- type str
- Resource type.
- location str
- Resource location
- id String
- Resource ID.
- name String
- Resource name.
- properties Property Map
- Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
- type String
- Resource type.
- location String
- Resource location
Supporting Types
ArmTemplateParameterResponse   
ManagementConfigurationPropertiesResponse   
- Parameters
List<Pulumi.Azure Native. Operations Management. Inputs. Arm Template Parameter Response> 
- Parameters to run the ARM template
- ParentResource stringType 
- The type of the parent resource.
- ProvisioningState string
- The provisioning state for the ManagementConfiguration.
- Template object
- The Json object containing the ARM template to deploy
- ApplicationId string
- The applicationId of the appliance for this Management.
- Parameters
[]ArmTemplate Parameter Response 
- Parameters to run the ARM template
- ParentResource stringType 
- The type of the parent resource.
- ProvisioningState string
- The provisioning state for the ManagementConfiguration.
- Template interface{}
- The Json object containing the ARM template to deploy
- ApplicationId string
- The applicationId of the appliance for this Management.
- parameters
List<ArmTemplate Parameter Response> 
- Parameters to run the ARM template
- parentResource StringType 
- The type of the parent resource.
- provisioningState String
- The provisioning state for the ManagementConfiguration.
- template Object
- The Json object containing the ARM template to deploy
- applicationId String
- The applicationId of the appliance for this Management.
- parameters
ArmTemplate Parameter Response[] 
- Parameters to run the ARM template
- parentResource stringType 
- The type of the parent resource.
- provisioningState string
- The provisioning state for the ManagementConfiguration.
- template any
- The Json object containing the ARM template to deploy
- applicationId string
- The applicationId of the appliance for this Management.
- parameters
Sequence[ArmTemplate Parameter Response] 
- Parameters to run the ARM template
- parent_resource_ strtype 
- The type of the parent resource.
- provisioning_state str
- The provisioning state for the ManagementConfiguration.
- template Any
- The Json object containing the ARM template to deploy
- application_id str
- The applicationId of the appliance for this Management.
- parameters List<Property Map>
- Parameters to run the ARM template
- parentResource StringType 
- The type of the parent resource.
- provisioningState String
- The provisioning state for the ManagementConfiguration.
- template Any
- The Json object containing the ARM template to deploy
- applicationId String
- The applicationId of the appliance for this Management.
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 v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi