azure-native.operationsmanagement.ManagementAssociation
Explore with Pulumi AI
The container for solution. API Version: 2015-11-01-preview.
Example Usage
SolutionCreate
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var managementAssociation = new AzureNative.OperationsManagement.ManagementAssociation("managementAssociation", new()
{
Location = "East US",
ManagementAssociationName = "managementAssociation1",
Properties = new AzureNative.OperationsManagement.Inputs.ManagementAssociationPropertiesArgs
{
ApplicationId = "/subscriptions/sub1/resourcegroups/rg1/providers/Microsoft.Appliance/Appliances/appliance1",
},
ProviderName = "providerName",
ResourceGroupName = "rg1",
ResourceName = "resourceName",
ResourceType = "resourceType",
});
});
package main
import (
operationsmanagement "github.com/pulumi/pulumi-azure-native-sdk/operationsmanagement"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := operationsmanagement.NewManagementAssociation(ctx, "managementAssociation", &operationsmanagement.ManagementAssociationArgs{
Location: pulumi.String("East US"),
ManagementAssociationName: pulumi.String("managementAssociation1"),
Properties: &operationsmanagement.ManagementAssociationPropertiesArgs{
ApplicationId: pulumi.String("/subscriptions/sub1/resourcegroups/rg1/providers/Microsoft.Appliance/Appliances/appliance1"),
},
ProviderName: pulumi.String("providerName"),
ResourceGroupName: pulumi.String("rg1"),
ResourceName: pulumi.String("resourceName"),
ResourceType: pulumi.String("resourceType"),
})
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.ManagementAssociation;
import com.pulumi.azurenative.operationsmanagement.ManagementAssociationArgs;
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 managementAssociation = new ManagementAssociation("managementAssociation", ManagementAssociationArgs.builder()
.location("East US")
.managementAssociationName("managementAssociation1")
.properties(Map.of("applicationId", "/subscriptions/sub1/resourcegroups/rg1/providers/Microsoft.Appliance/Appliances/appliance1"))
.providerName("providerName")
.resourceGroupName("rg1")
.resourceName("resourceName")
.resourceType("resourceType")
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
management_association = azure_native.operationsmanagement.ManagementAssociation("managementAssociation",
location="East US",
management_association_name="managementAssociation1",
properties=azure_native.operationsmanagement.ManagementAssociationPropertiesArgs(
application_id="/subscriptions/sub1/resourcegroups/rg1/providers/Microsoft.Appliance/Appliances/appliance1",
),
provider_name="providerName",
resource_group_name="rg1",
resource_name_="resourceName",
resource_type="resourceType")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const managementAssociation = new azure_native.operationsmanagement.ManagementAssociation("managementAssociation", {
location: "East US",
managementAssociationName: "managementAssociation1",
properties: {
applicationId: "/subscriptions/sub1/resourcegroups/rg1/providers/Microsoft.Appliance/Appliances/appliance1",
},
providerName: "providerName",
resourceGroupName: "rg1",
resourceName: "resourceName",
resourceType: "resourceType",
});
resources:
managementAssociation:
type: azure-native:operationsmanagement:ManagementAssociation
properties:
location: East US
managementAssociationName: managementAssociation1
properties:
applicationId: /subscriptions/sub1/resourcegroups/rg1/providers/Microsoft.Appliance/Appliances/appliance1
providerName: providerName
resourceGroupName: rg1
resourceName: resourceName
resourceType: resourceType
Create ManagementAssociation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementAssociation(name: string, args: ManagementAssociationArgs, opts?: CustomResourceOptions);
@overload
def ManagementAssociation(resource_name: str,
args: ManagementAssociationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementAssociation(resource_name: str,
opts: Optional[ResourceOptions] = None,
provider_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
resource_name_: Optional[str] = None,
resource_type: Optional[str] = None,
location: Optional[str] = None,
management_association_name: Optional[str] = None,
properties: Optional[ManagementAssociationPropertiesArgs] = None)
func NewManagementAssociation(ctx *Context, name string, args ManagementAssociationArgs, opts ...ResourceOption) (*ManagementAssociation, error)
public ManagementAssociation(string name, ManagementAssociationArgs args, CustomResourceOptions? opts = null)
public ManagementAssociation(String name, ManagementAssociationArgs args)
public ManagementAssociation(String name, ManagementAssociationArgs args, CustomResourceOptions options)
type: azure-native:operationsmanagement:ManagementAssociation
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ManagementAssociationArgs
- 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 ManagementAssociationArgs
- 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 ManagementAssociationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementAssociationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementAssociationArgs
- 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 managementAssociationResource = new AzureNative.Operationsmanagement.ManagementAssociation("managementAssociationResource", new()
{
ProviderName = "string",
ResourceGroupName = "string",
ResourceName = "string",
ResourceType = "string",
Location = "string",
ManagementAssociationName = "string",
Properties =
{
{ "applicationId", "string" },
},
});
example, err := operationsmanagement.NewManagementAssociation(ctx, "managementAssociationResource", &operationsmanagement.ManagementAssociationArgs{
ProviderName: "string",
ResourceGroupName: "string",
ResourceName: "string",
ResourceType: "string",
Location: "string",
ManagementAssociationName: "string",
Properties: map[string]interface{}{
"applicationId": "string",
},
})
var managementAssociationResource = new ManagementAssociation("managementAssociationResource", ManagementAssociationArgs.builder()
.providerName("string")
.resourceGroupName("string")
.resourceName("string")
.resourceType("string")
.location("string")
.managementAssociationName("string")
.properties(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
management_association_resource = azure_native.operationsmanagement.ManagementAssociation("managementAssociationResource",
provider_name=string,
resource_group_name=string,
resource_name_=string,
resource_type=string,
location=string,
management_association_name=string,
properties={
applicationId: string,
})
const managementAssociationResource = new azure_native.operationsmanagement.ManagementAssociation("managementAssociationResource", {
providerName: "string",
resourceGroupName: "string",
resourceName: "string",
resourceType: "string",
location: "string",
managementAssociationName: "string",
properties: {
applicationId: "string",
},
});
type: azure-native:operationsmanagement:ManagementAssociation
properties:
location: string
managementAssociationName: string
properties:
applicationId: string
providerName: string
resourceGroupName: string
resourceName: string
resourceType: string
ManagementAssociation 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 ManagementAssociation resource accepts the following input properties:
- Provider
Name string - Provider name for the parent resource.
- Resource
Group stringName - The name of the resource group to get. The name is case insensitive.
- Resource
Name string - Parent resource name.
- Resource
Type string - Resource type for the parent resource
- Location string
- Resource location
- Management
Association stringName - User ManagementAssociation Name.
- Properties
Pulumi.
Azure Native. Operations Management. Inputs. Management Association Properties - Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
- Provider
Name string - Provider name for the parent resource.
- Resource
Group stringName - The name of the resource group to get. The name is case insensitive.
- Resource
Name string - Parent resource name.
- Resource
Type string - Resource type for the parent resource
- Location string
- Resource location
- Management
Association stringName - User ManagementAssociation Name.
- Properties
Management
Association Properties Args - Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
- provider
Name String - Provider name for the parent resource.
- resource
Group StringName - The name of the resource group to get. The name is case insensitive.
- resource
Name String - Parent resource name.
- resource
Type String - Resource type for the parent resource
- location String
- Resource location
- management
Association StringName - User ManagementAssociation Name.
- properties
Management
Association Properties - Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
- provider
Name string - Provider name for the parent resource.
- resource
Group stringName - The name of the resource group to get. The name is case insensitive.
- resource
Name string - Parent resource name.
- resource
Type string - Resource type for the parent resource
- location string
- Resource location
- management
Association stringName - User ManagementAssociation Name.
- properties
Management
Association Properties - Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
- provider_
name str - Provider name for the parent resource.
- resource_
group_ strname - The name of the resource group to get. The name is case insensitive.
- resource_
name str - Parent resource name.
- resource_
type str - Resource type for the parent resource
- location str
- Resource location
- management_
association_ strname - User ManagementAssociation Name.
- properties
Management
Association Properties Args - Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
- provider
Name String - Provider name for the parent resource.
- resource
Group StringName - The name of the resource group to get. The name is case insensitive.
- resource
Name String - Parent resource name.
- resource
Type String - Resource type for the parent resource
- location String
- Resource location
- management
Association StringName - User ManagementAssociation Name.
- properties Property Map
- Properties for ManagementAssociation object supported by the OperationsManagement resource provider.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementAssociation resource produces the following output properties:
Supporting Types
ManagementAssociationProperties, ManagementAssociationPropertiesArgs
- Application
Id string - The applicationId of the appliance for this association.
- Application
Id string - The applicationId of the appliance for this association.
- application
Id String - The applicationId of the appliance for this association.
- application
Id string - The applicationId of the appliance for this association.
- application_
id str - The applicationId of the appliance for this association.
- application
Id String - The applicationId of the appliance for this association.
ManagementAssociationPropertiesResponse, ManagementAssociationPropertiesResponseArgs
- Application
Id string - The applicationId of the appliance for this association.
- Application
Id string - The applicationId of the appliance for this association.
- application
Id String - The applicationId of the appliance for this association.
- application
Id string - The applicationId of the appliance for this association.
- application_
id str - The applicationId of the appliance for this association.
- application
Id String - The applicationId of the appliance for this association.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:operationsmanagement:ManagementAssociation managementAssociation1 /subscriptions/subid/resourcegroups/rg1/providers/Microsoft.OperationalInsights/workspaces/ws1/Microsoft.OperationsManagement/ManagementAssociations/managementAssociation1
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0