1. Packages
  2. Azure Native
  3. API Docs
  4. operationsmanagement
  5. getManagementConfiguration
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.33.0 published on Friday, Mar 22, 2024 by Pulumi

azure-native.operationsmanagement.getManagementConfiguration

Explore with Pulumi AI

azure-native logo
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.33.0 published on Friday, Mar 22, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:operationsmanagement:getManagementConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ManagementConfigurationName string
    User Management Configuration Name.
    ResourceGroupName string
    The name of the resource group to get. The name is case insensitive.
    ManagementConfigurationName string
    User Management Configuration Name.
    ResourceGroupName string
    The name of the resource group to get. The name is case insensitive.
    managementConfigurationName String
    User Management Configuration Name.
    resourceGroupName String
    The name of the resource group to get. The name is case insensitive.
    managementConfigurationName string
    User Management Configuration Name.
    resourceGroupName string
    The name of the resource group to get. The name is case insensitive.
    management_configuration_name str
    User Management Configuration Name.
    resource_group_name str
    The name of the resource group to get. The name is case insensitive.
    managementConfigurationName String
    User Management Configuration Name.
    resourceGroupName String
    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.AzureNative.OperationsManagement.Outputs.ManagementConfigurationPropertiesResponse
    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 ManagementConfigurationPropertiesResponse
    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 ManagementConfigurationPropertiesResponse
    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 ManagementConfigurationPropertiesResponse
    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 ManagementConfigurationPropertiesResponse
    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

    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 List<Pulumi.AzureNative.OperationsManagement.Inputs.ArmTemplateParameterResponse>
    Parameters to run the ARM template
    ParentResourceType string
    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 []ArmTemplateParameterResponse
    Parameters to run the ARM template
    ParentResourceType string
    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<ArmTemplateParameterResponse>
    Parameters to run the ARM template
    parentResourceType String
    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 ArmTemplateParameterResponse[]
    Parameters to run the ARM template
    parentResourceType string
    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[ArmTemplateParameterResponse]
    Parameters to run the ARM template
    parent_resource_type str
    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
    parentResourceType String
    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
    azure-native logo
    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.33.0 published on Friday, Mar 22, 2024 by Pulumi