1. Packages
  2. Azure Native
  3. API Docs
  4. operationsmanagement
  5. getManagementConfiguration
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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

azure-native.operationsmanagement.getManagementConfiguration

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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi

Retrieves the user ManagementConfiguration.

Uses 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>
Copy
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]
Copy
func LookupManagementConfiguration(ctx *Context, args *LookupManagementConfigurationArgs, opts ...InvokeOption) (*LookupManagementConfigurationResult, error)
func LookupManagementConfigurationOutput(ctx *Context, args *LookupManagementConfigurationOutputArgs, opts ...InvokeOption) LookupManagementConfigurationResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetManagementConfigurationResult> getManagementConfiguration(GetManagementConfigurationArgs args, InvokeOptions options)
public static Output<GetManagementConfigurationResult> getManagementConfiguration(GetManagementConfigurationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:operationsmanagement:getManagementConfiguration
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ManagementConfigurationName
This property is required.
Changes to this property will trigger replacement.
string
User Management Configuration Name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to get. The name is case insensitive.
ManagementConfigurationName
This property is required.
Changes to this property will trigger replacement.
string
User Management Configuration Name.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to get. The name is case insensitive.
managementConfigurationName
This property is required.
Changes to this property will trigger replacement.
String
User Management Configuration Name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group to get. The name is case insensitive.
managementConfigurationName
This property is required.
Changes to this property will trigger replacement.
string
User Management Configuration Name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group to get. The name is case insensitive.
management_configuration_name
This property is required.
Changes to this property will trigger replacement.
str
User Management Configuration Name.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group to get. The name is case insensitive.
managementConfigurationName
This property is required.
Changes to this property will trigger replacement.
String
User Management Configuration Name.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group to get. The name is case insensitive.

getManagementConfiguration Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
Id string
Resource ID.
Name string
Resource name.
Properties Pulumi.AzureNative.OperationsManagement.Outputs.ManagementConfigurationPropertiesResponse
Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
Type string
Resource type.
Location string
Resource location
AzureApiVersion string
The Azure API version of the resource.
Id string
Resource ID.
Name string
Resource name.
Properties ManagementConfigurationPropertiesResponse
Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
Type string
Resource type.
Location string
Resource location
azureApiVersion String
The Azure API version of the resource.
id String
Resource ID.
name String
Resource name.
properties ManagementConfigurationPropertiesResponse
Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
type String
Resource type.
location String
Resource location
azureApiVersion string
The Azure API version of the resource.
id string
Resource ID.
name string
Resource name.
properties ManagementConfigurationPropertiesResponse
Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
type string
Resource type.
location string
Resource location
azure_api_version str
The Azure API version of the resource.
id str
Resource ID.
name str
Resource name.
properties ManagementConfigurationPropertiesResponse
Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
type str
Resource type.
location str
Resource location
azureApiVersion String
The Azure API version of the resource.
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

Name string
name of the parameter.
Value string
value for the parameter. In Jtoken
Name string
name of the parameter.
Value string
value for the parameter. In Jtoken
name String
name of the parameter.
value String
value for the parameter. In Jtoken
name string
name of the parameter.
value string
value for the parameter. In Jtoken
name str
name of the parameter.
value str
value for the parameter. In Jtoken
name String
name of the parameter.
value String
value for the parameter. In Jtoken

ManagementConfigurationPropertiesResponse

Parameters This property is required. List<Pulumi.AzureNative.OperationsManagement.Inputs.ArmTemplateParameterResponse>
Parameters to run the ARM template
ParentResourceType This property is required. string
The type of the parent resource.
ProvisioningState This property is required. string
The provisioning state for the ManagementConfiguration.
Template This property is required. object
The Json object containing the ARM template to deploy
ApplicationId string
The applicationId of the appliance for this Management.
Parameters This property is required. []ArmTemplateParameterResponse
Parameters to run the ARM template
ParentResourceType This property is required. string
The type of the parent resource.
ProvisioningState This property is required. string
The provisioning state for the ManagementConfiguration.
Template This property is required. interface{}
The Json object containing the ARM template to deploy
ApplicationId string
The applicationId of the appliance for this Management.
parameters This property is required. List<ArmTemplateParameterResponse>
Parameters to run the ARM template
parentResourceType This property is required. String
The type of the parent resource.
provisioningState This property is required. String
The provisioning state for the ManagementConfiguration.
template This property is required. Object
The Json object containing the ARM template to deploy
applicationId String
The applicationId of the appliance for this Management.
parameters This property is required. ArmTemplateParameterResponse[]
Parameters to run the ARM template
parentResourceType This property is required. string
The type of the parent resource.
provisioningState This property is required. string
The provisioning state for the ManagementConfiguration.
template This property is required. any
The Json object containing the ARM template to deploy
applicationId string
The applicationId of the appliance for this Management.
parameters This property is required. Sequence[ArmTemplateParameterResponse]
Parameters to run the ARM template
parent_resource_type This property is required. str
The type of the parent resource.
provisioning_state This property is required. str
The provisioning state for the ManagementConfiguration.
template This property is required. Any
The Json object containing the ARM template to deploy
application_id str
The applicationId of the appliance for this Management.
parameters This property is required. List<Property Map>
Parameters to run the ARM template
parentResourceType This property is required. String
The type of the parent resource.
provisioningState This property is required. String
The provisioning state for the ManagementConfiguration.
template This property is required. 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 v2 docs if using the v2 version of this package.
Azure Native v3.1.0 published on Tuesday, Apr 8, 2025 by Pulumi