Project

Manage a Azure Database Migration Project.

NOTE: Destroying a Database Migration Project will leave any outstanding tasks untouched. This is to avoid unexpectedly deleting any tasks managed outside of this provider.

Create a Project Resource

new Project(name: string, args: ProjectArgs, opts?: CustomResourceOptions);
def Project(resource_name, opts=None, location=None, name=None, resource_group_name=None, service_name=None, source_platform=None, tags=None, target_platform=None, __props__=None);
func NewProject(ctx *Context, name string, args ProjectArgs, opts ...ResourceOption) (*Project, error)
public Project(string name, ProjectArgs args, CustomResourceOptions? opts = null)
name string
The unique name of the resource.
args ProjectArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args ProjectArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args ProjectArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

Project Resource Properties

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

Inputs

The Project resource accepts the following input properties:

ResourceGroupName string

Name of the resource group in which to create the database migration project. Changing this forces a new resource to be created.

ServiceName string

Name of the database migration service where resource belongs to. Changing this forces a new resource to be created.

SourcePlatform string

The platform type of the migration source. Currently only support: SQL(on-premises SQL Server). Changing this forces a new resource to be created.

TargetPlatform string

The platform type of the migration target. Currently only support: SQLDB(Azure SQL Database). Changing this forces a new resource to be created.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

Specify the name of the database migration project. Changing this forces a new resource to be created.

Tags Dictionary<string, string>

A mapping of tags to assigned to the resource.

ResourceGroupName string

Name of the resource group in which to create the database migration project. Changing this forces a new resource to be created.

ServiceName string

Name of the database migration service where resource belongs to. Changing this forces a new resource to be created.

SourcePlatform string

The platform type of the migration source. Currently only support: SQL(on-premises SQL Server). Changing this forces a new resource to be created.

TargetPlatform string

The platform type of the migration target. Currently only support: SQLDB(Azure SQL Database). Changing this forces a new resource to be created.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

Specify the name of the database migration project. Changing this forces a new resource to be created.

Tags map[string]string

A mapping of tags to assigned to the resource.

resourceGroupName string

Name of the resource group in which to create the database migration project. Changing this forces a new resource to be created.

serviceName string

Name of the database migration service where resource belongs to. Changing this forces a new resource to be created.

sourcePlatform string

The platform type of the migration source. Currently only support: SQL(on-premises SQL Server). Changing this forces a new resource to be created.

targetPlatform string

The platform type of the migration target. Currently only support: SQLDB(Azure SQL Database). Changing this forces a new resource to be created.

location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name string

Specify the name of the database migration project. Changing this forces a new resource to be created.

tags {[key: string]: string}

A mapping of tags to assigned to the resource.

resource_group_name str

Name of the resource group in which to create the database migration project. Changing this forces a new resource to be created.

service_name str

Name of the database migration service where resource belongs to. Changing this forces a new resource to be created.

source_platform str

The platform type of the migration source. Currently only support: SQL(on-premises SQL Server). Changing this forces a new resource to be created.

target_platform str

The platform type of the migration target. Currently only support: SQLDB(Azure SQL Database). Changing this forces a new resource to be created.

location str

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name str

Specify the name of the database migration project. Changing this forces a new resource to be created.

tags Dict[str, str]

A mapping of tags to assigned to the resource.

Outputs

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

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.

Look up an Existing Project Resource

Get an existing Project resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ProjectState, opts?: CustomResourceOptions): Project
static get(resource_name, id, opts=None, location=None, name=None, resource_group_name=None, service_name=None, source_platform=None, tags=None, target_platform=None, __props__=None);
func GetProject(ctx *Context, name string, id IDInput, state *ProjectState, opts ...ResourceOption) (*Project, error)
public static Project Get(string name, Input<string> id, ProjectState? state, CustomResourceOptions? opts = null)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

Specify the name of the database migration project. Changing this forces a new resource to be created.

ResourceGroupName string

Name of the resource group in which to create the database migration project. Changing this forces a new resource to be created.

ServiceName string

Name of the database migration service where resource belongs to. Changing this forces a new resource to be created.

SourcePlatform string

The platform type of the migration source. Currently only support: SQL(on-premises SQL Server). Changing this forces a new resource to be created.

Tags Dictionary<string, string>

A mapping of tags to assigned to the resource.

TargetPlatform string

The platform type of the migration target. Currently only support: SQLDB(Azure SQL Database). Changing this forces a new resource to be created.

Location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

Name string

Specify the name of the database migration project. Changing this forces a new resource to be created.

ResourceGroupName string

Name of the resource group in which to create the database migration project. Changing this forces a new resource to be created.

ServiceName string

Name of the database migration service where resource belongs to. Changing this forces a new resource to be created.

SourcePlatform string

The platform type of the migration source. Currently only support: SQL(on-premises SQL Server). Changing this forces a new resource to be created.

Tags map[string]string

A mapping of tags to assigned to the resource.

TargetPlatform string

The platform type of the migration target. Currently only support: SQLDB(Azure SQL Database). Changing this forces a new resource to be created.

location string

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name string

Specify the name of the database migration project. Changing this forces a new resource to be created.

resourceGroupName string

Name of the resource group in which to create the database migration project. Changing this forces a new resource to be created.

serviceName string

Name of the database migration service where resource belongs to. Changing this forces a new resource to be created.

sourcePlatform string

The platform type of the migration source. Currently only support: SQL(on-premises SQL Server). Changing this forces a new resource to be created.

tags {[key: string]: string}

A mapping of tags to assigned to the resource.

targetPlatform string

The platform type of the migration target. Currently only support: SQLDB(Azure SQL Database). Changing this forces a new resource to be created.

location str

Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.

name str

Specify the name of the database migration project. Changing this forces a new resource to be created.

resource_group_name str

Name of the resource group in which to create the database migration project. Changing this forces a new resource to be created.

service_name str

Name of the database migration service where resource belongs to. Changing this forces a new resource to be created.

source_platform str

The platform type of the migration source. Currently only support: SQL(on-premises SQL Server). Changing this forces a new resource to be created.

tags Dict[str, str]

A mapping of tags to assigned to the resource.

target_platform str

The platform type of the migration target. Currently only support: SQLDB(Azure SQL Database). Changing this forces a new resource to be created.

Package Details

Repository
https://github.com/pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.