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:
- Resource
Group stringName Name of the resource group in which to create the database migration project. Changing this forces a new resource to be created.
- Service
Name string Name of the database migration service where resource belongs to. Changing this forces a new resource to be created.
- Source
Platform 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.- Target
Platform 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.
- Dictionary<string, string>
A mapping of tags to assigned to the resource.
- Resource
Group stringName Name of the resource group in which to create the database migration project. Changing this forces a new resource to be created.
- Service
Name string Name of the database migration service where resource belongs to. Changing this forces a new resource to be created.
- Source
Platform 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.- Target
Platform 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.
- map[string]string
A mapping of tags to assigned to the resource.
- resource
Group stringName Name of the resource group in which to create the database migration project. Changing this forces a new resource to be created.
- service
Name string Name of the database migration service where resource belongs to. Changing this forces a new resource to be created.
- source
Platform 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.- target
Platform 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.
- {[key: string]: string}
A mapping of tags to assigned to the resource.
- resource_
group_ strname 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.
- 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:
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): Projectstatic 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.
- Resource
Group stringName Name of the resource group in which to create the database migration project. Changing this forces a new resource to be created.
- Service
Name string Name of the database migration service where resource belongs to. Changing this forces a new resource to be created.
- Source
Platform 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.- Dictionary<string, string>
A mapping of tags to assigned to the resource.
- Target
Platform 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.
- Resource
Group stringName Name of the resource group in which to create the database migration project. Changing this forces a new resource to be created.
- Service
Name string Name of the database migration service where resource belongs to. Changing this forces a new resource to be created.
- Source
Platform 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.- map[string]string
A mapping of tags to assigned to the resource.
- Target
Platform 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.
- resource
Group stringName Name of the resource group in which to create the database migration project. Changing this forces a new resource to be created.
- service
Name string Name of the database migration service where resource belongs to. Changing this forces a new resource to be created.
- source
Platform 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.- {[key: string]: string}
A mapping of tags to assigned to the resource.
- target
Platform 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_ strname 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.- 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
azurermTerraform Provider.