azure-native.operationsmanagement.ManagementConfiguration
Explore with Pulumi AI
The container for solution.
Uses Azure REST API version 2015-11-01-preview. In version 2.x of the Azure Native provider, it used API version 2015-11-01-preview.
Create ManagementConfiguration Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementConfiguration(name: string, args: ManagementConfigurationArgs, opts?: CustomResourceOptions);
@overload
def ManagementConfiguration(resource_name: str,
args: ManagementConfigurationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementConfiguration(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
location: Optional[str] = None,
management_configuration_name: Optional[str] = None,
properties: Optional[ManagementConfigurationPropertiesArgs] = 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.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ManagementConfigurationArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. 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
This property is required. string - The unique name of the resource.
- args
This property is required. ManagementConfigurationArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ManagementConfigurationArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. ManagementConfigurationArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var managementConfigurationResource = new AzureNative.OperationsManagement.ManagementConfiguration("managementConfigurationResource", new()
{
ResourceGroupName = "string",
Location = "string",
ManagementConfigurationName = "string",
Properties = new AzureNative.OperationsManagement.Inputs.ManagementConfigurationPropertiesArgs
{
Parameters = new[]
{
new AzureNative.OperationsManagement.Inputs.ArmTemplateParameterArgs
{
Name = "string",
Value = "string",
},
},
ParentResourceType = "string",
Template = "any",
ApplicationId = "string",
},
});
example, err := operationsmanagement.NewManagementConfiguration(ctx, "managementConfigurationResource", &operationsmanagement.ManagementConfigurationArgs{
ResourceGroupName: pulumi.String("string"),
Location: pulumi.String("string"),
ManagementConfigurationName: pulumi.String("string"),
Properties: &operationsmanagement.ManagementConfigurationPropertiesArgs{
Parameters: operationsmanagement.ArmTemplateParameterArray{
&operationsmanagement.ArmTemplateParameterArgs{
Name: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
ParentResourceType: pulumi.String("string"),
Template: pulumi.Any("any"),
ApplicationId: pulumi.String("string"),
},
})
var managementConfigurationResource = new ManagementConfiguration("managementConfigurationResource", ManagementConfigurationArgs.builder()
.resourceGroupName("string")
.location("string")
.managementConfigurationName("string")
.properties(ManagementConfigurationPropertiesArgs.builder()
.parameters(ArmTemplateParameterArgs.builder()
.name("string")
.value("string")
.build())
.parentResourceType("string")
.template("any")
.applicationId("string")
.build())
.build());
management_configuration_resource = azure_native.operationsmanagement.ManagementConfiguration("managementConfigurationResource",
resource_group_name="string",
location="string",
management_configuration_name="string",
properties={
"parameters": [{
"name": "string",
"value": "string",
}],
"parent_resource_type": "string",
"template": "any",
"application_id": "string",
})
const managementConfigurationResource = new azure_native.operationsmanagement.ManagementConfiguration("managementConfigurationResource", {
resourceGroupName: "string",
location: "string",
managementConfigurationName: "string",
properties: {
parameters: [{
name: "string",
value: "string",
}],
parentResourceType: "string",
template: "any",
applicationId: "string",
},
});
type: azure-native:operationsmanagement:ManagementConfiguration
properties:
location: string
managementConfigurationName: string
properties:
applicationId: string
parameters:
- name: string
value: string
parentResourceType: string
template: any
resourceGroupName: string
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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ManagementConfiguration resource accepts the following input properties:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group to get. The name is case insensitive.
- Location string
- Resource location
- Management
Configuration Name Changes to this property will trigger replacement.
- User Management Configuration Name.
- Properties
Pulumi.
Azure Native. Operations Management. Inputs. Management Configuration Properties - Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group to get. The name is case insensitive.
- Location string
- Resource location
- Management
Configuration Name Changes to this property will trigger replacement.
- User Management Configuration Name.
- Properties
Management
Configuration Properties Args - Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group to get. The name is case insensitive.
- location String
- Resource location
- management
Configuration Name Changes to this property will trigger replacement.
- User Management Configuration Name.
- properties
Management
Configuration Properties - Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group to get. The name is case insensitive.
- location string
- Resource location
- management
Configuration Name Changes to this property will trigger replacement.
- User Management Configuration Name.
- properties
Management
Configuration Properties - Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group to get. The name is case insensitive.
- location str
- Resource location
- management_
configuration_ name Changes to this property will trigger replacement.
- User Management Configuration Name.
- properties
Management
Configuration Properties Args - Properties for ManagementConfiguration object supported by the OperationsManagement resource provider.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group to get. The name is case insensitive.
- location String
- Resource location
- management
Configuration Name Changes to this property will trigger replacement.
- 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:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Resource name.
- Type string
- Resource type.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Resource name.
- Type string
- Resource type.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Resource name.
- type String
- Resource type.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Resource name.
- type string
- Resource type.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Resource name.
- type str
- Resource type.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Resource name.
- type String
- Resource type.
Supporting Types
ArmTemplateParameter, ArmTemplateParameterArgs
ArmTemplateParameterResponse, ArmTemplateParameterResponseArgs
ManagementConfigurationProperties, ManagementConfigurationPropertiesArgs
- Parameters
This property is required. List<Pulumi.Azure Native. Operations Management. Inputs. Arm Template Parameter> - Parameters to run the ARM template
- Parent
Resource Type This property is required. string - The type of the parent resource.
- Template
This property is required. object - The Json object containing the ARM template to deploy
- Application
Id string - The applicationId of the appliance for this Management.
- Parameters
This property is required. []ArmTemplate Parameter - Parameters to run the ARM template
- Parent
Resource Type This property is required. string - The type of the parent resource.
- Template
This property is required. interface{} - The Json object containing the ARM template to deploy
- Application
Id string - The applicationId of the appliance for this Management.
- parameters
This property is required. List<ArmTemplate Parameter> - Parameters to run the ARM template
- parent
Resource Type This property is required. String - The type of the parent resource.
- template
This property is required. Object - The Json object containing the ARM template to deploy
- application
Id String - The applicationId of the appliance for this Management.
- parameters
This property is required. ArmTemplate Parameter[] - Parameters to run the ARM template
- parent
Resource Type This property is required. string - The type of the parent resource.
- template
This property is required. any - The Json object containing the ARM template to deploy
- application
Id string - The applicationId of the appliance for this Management.
- parameters
This property is required. Sequence[ArmTemplate Parameter] - Parameters to run the ARM template
- parent_
resource_ type This property is required. str - The type of the parent resource.
- 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
- parent
Resource Type This property is required. String - The type of the parent resource.
- template
This property is required. Any - The Json object containing the ARM template to deploy
- application
Id String - The applicationId of the appliance for this Management.
ManagementConfigurationPropertiesResponse, ManagementConfigurationPropertiesResponseArgs
- Parameters
This property is required. List<Pulumi.Azure Native. Operations Management. Inputs. Arm Template Parameter Response> - Parameters to run the ARM template
- Parent
Resource Type This property is required. string - The type of the parent resource.
- Provisioning
State 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
- Application
Id string - The applicationId of the appliance for this Management.
- Parameters
This property is required. []ArmTemplate Parameter Response - Parameters to run the ARM template
- Parent
Resource Type This property is required. string - The type of the parent resource.
- Provisioning
State 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
- Application
Id string - The applicationId of the appliance for this Management.
- parameters
This property is required. List<ArmTemplate Parameter Response> - Parameters to run the ARM template
- parent
Resource Type This property is required. String - The type of the parent resource.
- provisioning
State 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
- application
Id String - The applicationId of the appliance for this Management.
- parameters
This property is required. ArmTemplate Parameter Response[] - Parameters to run the ARM template
- parent
Resource Type This property is required. string - The type of the parent resource.
- provisioning
State 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
- application
Id string - The applicationId of the appliance for this Management.
- parameters
This property is required. Sequence[ArmTemplate Parameter Response] - 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
- parent
Resource Type This property is required. String - The type of the parent resource.
- provisioning
State 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
- application
Id 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}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0