1. Packages
  2. Azure Native
  3. API Docs
  4. operationsmanagement
  5. ManagementConfiguration
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.9.0 published on Wednesday, Sep 27, 2023 by Pulumi

azure-native.operationsmanagement.ManagementConfiguration

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.9.0 published on Wednesday, Sep 27, 2023 by Pulumi

    The container for solution. Azure REST API version: 2015-11-01-preview. Prior API version in Azure Native 1.x: 2015-11-01-preview

    Example Usage

    ManagementConfigurationCreate

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using AzureNative = Pulumi.AzureNative;
    
    return await Deployment.RunAsync(() => 
    {
        var managementConfiguration = new AzureNative.OperationsManagement.ManagementConfiguration("managementConfiguration", new()
        {
            Location = "East US",
            ManagementConfigurationName = "managementConfiguration1",
            ResourceGroupName = "rg1",
        });
    
    });
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-azure-native-sdk/operationsmanagement/v2"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := operationsmanagement.NewManagementConfiguration(ctx, "managementConfiguration", &operationsmanagement.ManagementConfigurationArgs{
    			Location:                    pulumi.String("East US"),
    			ManagementConfigurationName: pulumi.String("managementConfiguration1"),
    			ResourceGroupName:           pulumi.String("rg1"),
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.azurenative.operationsmanagement.ManagementConfiguration;
    import com.pulumi.azurenative.operationsmanagement.ManagementConfigurationArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var managementConfiguration = new ManagementConfiguration("managementConfiguration", ManagementConfigurationArgs.builder()        
                .location("East US")
                .managementConfigurationName("managementConfiguration1")
                .resourceGroupName("rg1")
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_azure_native as azure_native
    
    management_configuration = azure_native.operationsmanagement.ManagementConfiguration("managementConfiguration",
        location="East US",
        management_configuration_name="managementConfiguration1",
        resource_group_name="rg1")
    
    import * as pulumi from "@pulumi/pulumi";
    import * as azure_native from "@pulumi/azure-native";
    
    const managementConfiguration = new azure_native.operationsmanagement.ManagementConfiguration("managementConfiguration", {
        location: "East US",
        managementConfigurationName: "managementConfiguration1",
        resourceGroupName: "rg1",
    });
    
    resources:
      managementConfiguration:
        type: azure-native:operationsmanagement:ManagementConfiguration
        properties:
          location: East US
          managementConfigurationName: managementConfiguration1
          resourceGroupName: rg1
    

    Create ManagementConfiguration Resource

    new ManagementConfiguration(name: string, args: ManagementConfigurationArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementConfiguration(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                location: Optional[str] = None,
                                management_configuration_name: Optional[str] = None,
                                properties: Optional[ManagementConfigurationPropertiesArgs] = None,
                                resource_group_name: Optional[str] = None)
    @overload
    def ManagementConfiguration(resource_name: str,
                                args: ManagementConfigurationArgs,
                                opts: Optional[ResourceOptions] = None)
    func NewManagementConfiguration(ctx *Context, name string, args ManagementConfigurationArgs, opts ...ResourceOption) (*ManagementConfiguration, error)
    public ManagementConfiguration(string name, ManagementConfigurationArgs args, CustomResourceOptions? opts = null)
    public ManagementConfiguration(String name, ManagementConfigurationArgs args)
    public ManagementConfiguration(String name, ManagementConfigurationArgs args, CustomResourceOptions options)
    
    type: azure-native:operationsmanagement:ManagementConfiguration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ManagementConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ManagementConfigurationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ManagementConfigurationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementConfigurationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ManagementConfiguration Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The ManagementConfiguration resource accepts the following input properties:

    ResourceGroupName string

    The name of the resource group to get. The name is case insensitive.

    Location string

    Resource location

    ManagementConfigurationName string

    User Management Configuration Name.

    Properties Pulumi.AzureNative.OperationsManagement.Inputs.ManagementConfigurationProperties

    Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.

    ResourceGroupName string

    The name of the resource group to get. The name is case insensitive.

    Location string

    Resource location

    ManagementConfigurationName string

    User Management Configuration Name.

    Properties ManagementConfigurationPropertiesArgs

    Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.

    resourceGroupName String

    The name of the resource group to get. The name is case insensitive.

    location String

    Resource location

    managementConfigurationName String

    User Management Configuration Name.

    properties ManagementConfigurationProperties

    Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.

    resourceGroupName string

    The name of the resource group to get. The name is case insensitive.

    location string

    Resource location

    managementConfigurationName string

    User Management Configuration Name.

    properties ManagementConfigurationProperties

    Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.

    resource_group_name str

    The name of the resource group to get. The name is case insensitive.

    location str

    Resource location

    management_configuration_name str

    User Management Configuration Name.

    properties ManagementConfigurationPropertiesArgs

    Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.

    resourceGroupName String

    The name of the resource group to get. The name is case insensitive.

    location String

    Resource location

    managementConfigurationName String

    User Management Configuration Name.

    properties Property Map

    Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ManagementConfiguration resource produces the following output properties:

    Id string

    The provider-assigned unique ID for this managed resource.

    Name string

    Resource name.

    Type string

    Resource type.

    Id string

    The provider-assigned unique ID for this managed resource.

    Name string

    Resource name.

    Type string

    Resource type.

    id String

    The provider-assigned unique ID for this managed resource.

    name String

    Resource name.

    type String

    Resource type.

    id string

    The provider-assigned unique ID for this managed resource.

    name string

    Resource name.

    type string

    Resource type.

    id str

    The provider-assigned unique ID for this managed resource.

    name str

    Resource name.

    type str

    Resource type.

    id String

    The provider-assigned unique ID for this managed resource.

    name String

    Resource name.

    type String

    Resource type.

    Supporting Types

    ArmTemplateParameter, ArmTemplateParameterArgs

    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

    ArmTemplateParameterResponse, ArmTemplateParameterResponseArgs

    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

    ManagementConfigurationProperties, ManagementConfigurationPropertiesArgs

    Parameters List<Pulumi.AzureNative.OperationsManagement.Inputs.ArmTemplateParameter>

    Parameters to run the ARM template

    ParentResourceType string

    The type of the parent resource.

    Template object

    The Json object containing the ARM template to deploy

    ApplicationId string

    The applicationId of the appliance for this Management.

    Parameters []ArmTemplateParameter

    Parameters to run the ARM template

    ParentResourceType string

    The type of the parent resource.

    Template interface{}

    The Json object containing the ARM template to deploy

    ApplicationId string

    The applicationId of the appliance for this Management.

    parameters List<ArmTemplateParameter>

    Parameters to run the ARM template

    parentResourceType String

    The type of the parent resource.

    template Object

    The Json object containing the ARM template to deploy

    applicationId String

    The applicationId of the appliance for this Management.

    parameters ArmTemplateParameter[]

    Parameters to run the ARM template

    parentResourceType string

    The type of the parent resource.

    template any

    The Json object containing the ARM template to deploy

    applicationId string

    The applicationId of the appliance for this Management.

    parameters Sequence[ArmTemplateParameter]

    Parameters to run the ARM template

    parent_resource_type str

    The type of the parent resource.

    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.

    template Any

    The Json object containing the ARM template to deploy

    applicationId String

    The applicationId of the appliance for this Management.

    ManagementConfigurationPropertiesResponse, ManagementConfigurationPropertiesResponseArgs

    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.

    Import

    An existing resource can be imported using its type token, name, and identifier, e.g.

    $ pulumi import azure-native:operationsmanagement:ManagementConfiguration managementConfiguration1 /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationsManagement/ManagementConfigurations/{managementConfigurationName} 
    

    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.9.0 published on Wednesday, Sep 27, 2023 by Pulumi