azure-native.migrate.ImportCollector

Explore with Pulumi AI

API Version: 2019-10-01.

Example Usage

ImportCollectors_Create

using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var importCollector = new AzureNative.Migrate.ImportCollector("importCollector", new()
    {
        ImportCollectorName = "importCollector2952",
        ProjectName = "rajoshCCY9671project",
        ResourceGroupName = "markusavstestrg",
    });

});
package main

import (
	migrate "github.com/pulumi/pulumi-azure-native-sdk/migrate"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := migrate.NewImportCollector(ctx, "importCollector", &migrate.ImportCollectorArgs{
			ImportCollectorName: pulumi.String("importCollector2952"),
			ProjectName:         pulumi.String("rajoshCCY9671project"),
			ResourceGroupName:   pulumi.String("markusavstestrg"),
		})
		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.migrate.ImportCollector;
import com.pulumi.azurenative.migrate.ImportCollectorArgs;
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 importCollector = new ImportCollector("importCollector", ImportCollectorArgs.builder()        
            .importCollectorName("importCollector2952")
            .projectName("rajoshCCY9671project")
            .resourceGroupName("markusavstestrg")
            .build());

    }
}
import pulumi
import pulumi_azure_native as azure_native

import_collector = azure_native.migrate.ImportCollector("importCollector",
    import_collector_name="importCollector2952",
    project_name="rajoshCCY9671project",
    resource_group_name="markusavstestrg")
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const importCollector = new azure_native.migrate.ImportCollector("importCollector", {
    importCollectorName: "importCollector2952",
    projectName: "rajoshCCY9671project",
    resourceGroupName: "markusavstestrg",
});
resources:
  importCollector:
    type: azure-native:migrate:ImportCollector
    properties:
      importCollectorName: importCollector2952
      projectName: rajoshCCY9671project
      resourceGroupName: markusavstestrg

Create ImportCollector Resource

new ImportCollector(name: string, args: ImportCollectorArgs, opts?: CustomResourceOptions);
@overload
def ImportCollector(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    e_tag: Optional[str] = None,
                    import_collector_name: Optional[str] = None,
                    project_name: Optional[str] = None,
                    properties: Optional[ImportCollectorPropertiesArgs] = None,
                    resource_group_name: Optional[str] = None)
@overload
def ImportCollector(resource_name: str,
                    args: ImportCollectorArgs,
                    opts: Optional[ResourceOptions] = None)
func NewImportCollector(ctx *Context, name string, args ImportCollectorArgs, opts ...ResourceOption) (*ImportCollector, error)
public ImportCollector(string name, ImportCollectorArgs args, CustomResourceOptions? opts = null)
public ImportCollector(String name, ImportCollectorArgs args)
public ImportCollector(String name, ImportCollectorArgs args, CustomResourceOptions options)
type: azure-native:migrate:ImportCollector
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args ImportCollectorArgs
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 ImportCollectorArgs
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 ImportCollectorArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ImportCollectorArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args ImportCollectorArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

ImportCollector 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 ImportCollector resource accepts the following input properties:

ProjectName string

Name of the Azure Migrate project.

ResourceGroupName string

Name of the Azure Resource Group that project is part of.

ETag string
ImportCollectorName string

Unique name of a Import collector within a project.

Properties Pulumi.AzureNative.Migrate.Inputs.ImportCollectorPropertiesArgs
ProjectName string

Name of the Azure Migrate project.

ResourceGroupName string

Name of the Azure Resource Group that project is part of.

ETag string
ImportCollectorName string

Unique name of a Import collector within a project.

Properties ImportCollectorPropertiesArgs
projectName String

Name of the Azure Migrate project.

resourceGroupName String

Name of the Azure Resource Group that project is part of.

eTag String
importCollectorName String

Unique name of a Import collector within a project.

properties ImportCollectorPropertiesArgs
projectName string

Name of the Azure Migrate project.

resourceGroupName string

Name of the Azure Resource Group that project is part of.

eTag string
importCollectorName string

Unique name of a Import collector within a project.

properties ImportCollectorPropertiesArgs
project_name str

Name of the Azure Migrate project.

resource_group_name str

Name of the Azure Resource Group that project is part of.

e_tag str
import_collector_name str

Unique name of a Import collector within a project.

properties ImportCollectorPropertiesArgs
projectName String

Name of the Azure Migrate project.

resourceGroupName String

Name of the Azure Resource Group that project is part of.

eTag String
importCollectorName String

Unique name of a Import collector within a project.

properties Property Map

Outputs

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

Id string

The provider-assigned unique ID for this managed resource.

Name string
Type string
Id string

The provider-assigned unique ID for this managed resource.

Name string
Type string
id String

The provider-assigned unique ID for this managed resource.

name String
type String
id string

The provider-assigned unique ID for this managed resource.

name string
type string
id str

The provider-assigned unique ID for this managed resource.

name str
type str
id String

The provider-assigned unique ID for this managed resource.

name String
type String

Supporting Types

ImportCollectorProperties

ImportCollectorPropertiesResponse

Import

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

$ pulumi import azure-native:migrate:ImportCollector importCollector2952 /subscriptions/31be0ff4-c932-4cb3-8efc-efa411d79280/resourceGroups/markusavstestrg/providers/Microsoft.Migrate/assessmentprojects/rajoshCCY9671project/importcollectors/importCollector2952 

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0