azure-native.migrate.Project
Explore with Pulumi AI
Azure Migrate Project. API Version: 2019-10-01.
Example Usage
Projects_Create
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var project = new AzureNative.Migrate.Project("project", new()
{
ETag = "",
Location = "West Europe",
ProjectName = "abGoyalProject2",
Properties = new AzureNative.Migrate.Inputs.ProjectPropertiesArgs
{
AssessmentSolutionId = "/subscriptions/6393a73f-8d55-47ef-b6dd-179b3e0c7910/resourcegroups/abgoyal-westeurope/providers/microsoft.migrate/migrateprojects/abgoyalweselfhost/Solutions/Servers-Assessment-ServerAssessment",
ProjectStatus = "Active",
},
ResourceGroupName = "abgoyal-westEurope",
Tags = null,
});
});
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.NewProject(ctx, "project", &migrate.ProjectArgs{
ETag: pulumi.String(""),
Location: pulumi.String("West Europe"),
ProjectName: pulumi.String("abGoyalProject2"),
Properties: &migrate.ProjectPropertiesArgs{
AssessmentSolutionId: pulumi.String("/subscriptions/6393a73f-8d55-47ef-b6dd-179b3e0c7910/resourcegroups/abgoyal-westeurope/providers/microsoft.migrate/migrateprojects/abgoyalweselfhost/Solutions/Servers-Assessment-ServerAssessment"),
ProjectStatus: pulumi.String("Active"),
},
ResourceGroupName: pulumi.String("abgoyal-westEurope"),
Tags: nil,
})
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.Project;
import com.pulumi.azurenative.migrate.ProjectArgs;
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 project = new Project("project", ProjectArgs.builder()
.eTag("")
.location("West Europe")
.projectName("abGoyalProject2")
.properties(Map.ofEntries(
Map.entry("assessmentSolutionId", "/subscriptions/6393a73f-8d55-47ef-b6dd-179b3e0c7910/resourcegroups/abgoyal-westeurope/providers/microsoft.migrate/migrateprojects/abgoyalweselfhost/Solutions/Servers-Assessment-ServerAssessment"),
Map.entry("projectStatus", "Active")
))
.resourceGroupName("abgoyal-westEurope")
.tags()
.build());
}
}
import pulumi
import pulumi_azure_native as azure_native
project = azure_native.migrate.Project("project",
e_tag="",
location="West Europe",
project_name="abGoyalProject2",
properties=azure_native.migrate.ProjectPropertiesArgs(
assessment_solution_id="/subscriptions/6393a73f-8d55-47ef-b6dd-179b3e0c7910/resourcegroups/abgoyal-westeurope/providers/microsoft.migrate/migrateprojects/abgoyalweselfhost/Solutions/Servers-Assessment-ServerAssessment",
project_status="Active",
),
resource_group_name="abgoyal-westEurope",
tags={})
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const project = new azure_native.migrate.Project("project", {
eTag: "",
location: "West Europe",
projectName: "abGoyalProject2",
properties: {
assessmentSolutionId: "/subscriptions/6393a73f-8d55-47ef-b6dd-179b3e0c7910/resourcegroups/abgoyal-westeurope/providers/microsoft.migrate/migrateprojects/abgoyalweselfhost/Solutions/Servers-Assessment-ServerAssessment",
projectStatus: "Active",
},
resourceGroupName: "abgoyal-westEurope",
tags: {},
});
resources:
project:
type: azure-native:migrate:Project
properties:
eTag:
location: West Europe
projectName: abGoyalProject2
properties:
assessmentSolutionId: /subscriptions/6393a73f-8d55-47ef-b6dd-179b3e0c7910/resourcegroups/abgoyal-westeurope/providers/microsoft.migrate/migrateprojects/abgoyalweselfhost/Solutions/Servers-Assessment-ServerAssessment
projectStatus: Active
resourceGroupName: abgoyal-westEurope
tags: {}
Create Project Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Project(name: string, args: ProjectArgs, opts?: CustomResourceOptions);
@overload
def Project(resource_name: str,
args: ProjectArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Project(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
e_tag: Optional[str] = None,
location: Optional[str] = None,
project_name: Optional[str] = None,
properties: Optional[ProjectPropertiesArgs] = None,
tags: Optional[Any] = None)
func NewProject(ctx *Context, name string, args ProjectArgs, opts ...ResourceOption) (*Project, error)
public Project(string name, ProjectArgs args, CustomResourceOptions? opts = null)
public Project(String name, ProjectArgs args)
public Project(String name, ProjectArgs args, CustomResourceOptions options)
type: azure-native:migrate:Project
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 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.
- args ProjectArgs
- 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 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.
- name String
- The unique name of the resource.
- args ProjectArgs
- 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 exampleprojectResourceResourceFromMigrate = new AzureNative.Migrate.Project("exampleprojectResourceResourceFromMigrate", new()
{
ResourceGroupName = "string",
ETag = "string",
Location = "string",
ProjectName = "string",
Properties =
{
{ "assessmentSolutionId", "string" },
{ "customerStorageAccountArmId", "string" },
{ "customerWorkspaceId", "string" },
{ "customerWorkspaceLocation", "string" },
{ "projectStatus", "string" },
{ "publicNetworkAccess", "string" },
},
Tags = "any",
});
example, err := migrate.NewProject(ctx, "exampleprojectResourceResourceFromMigrate", &migrate.ProjectArgs{
ResourceGroupName: "string",
ETag: "string",
Location: "string",
ProjectName: "string",
Properties: map[string]interface{}{
"assessmentSolutionId": "string",
"customerStorageAccountArmId": "string",
"customerWorkspaceId": "string",
"customerWorkspaceLocation": "string",
"projectStatus": "string",
"publicNetworkAccess": "string",
},
Tags: "any",
})
var exampleprojectResourceResourceFromMigrate = new Project("exampleprojectResourceResourceFromMigrate", ProjectArgs.builder()
.resourceGroupName("string")
.eTag("string")
.location("string")
.projectName("string")
.properties(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.tags("any")
.build());
exampleproject_resource_resource_from_migrate = azure_native.migrate.Project("exampleprojectResourceResourceFromMigrate",
resource_group_name=string,
e_tag=string,
location=string,
project_name=string,
properties={
assessmentSolutionId: string,
customerStorageAccountArmId: string,
customerWorkspaceId: string,
customerWorkspaceLocation: string,
projectStatus: string,
publicNetworkAccess: string,
},
tags=any)
const exampleprojectResourceResourceFromMigrate = new azure_native.migrate.Project("exampleprojectResourceResourceFromMigrate", {
resourceGroupName: "string",
eTag: "string",
location: "string",
projectName: "string",
properties: {
assessmentSolutionId: "string",
customerStorageAccountArmId: "string",
customerWorkspaceId: "string",
customerWorkspaceLocation: "string",
projectStatus: "string",
publicNetworkAccess: "string",
},
tags: "any",
});
type: azure-native:migrate:Project
properties:
eTag: string
location: string
projectName: string
properties:
assessmentSolutionId: string
customerStorageAccountArmId: string
customerWorkspaceId: string
customerWorkspaceLocation: string
projectStatus: string
publicNetworkAccess: string
resourceGroupName: string
tags: any
Project 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 Project resource accepts the following input properties:
- Resource
Group stringName - Name of the Azure Resource Group that project is part of.
- ETag string
- For optimistic concurrency control.
- Location string
- Azure location in which project is created.
- Project
Name string - Name of the Azure Migrate project.
- Properties
Pulumi.
Azure Native. Migrate. Inputs. Project Properties - Properties of the project.
- object
- Tags provided by Azure Tagging service.
- Resource
Group stringName - Name of the Azure Resource Group that project is part of.
- ETag string
- For optimistic concurrency control.
- Location string
- Azure location in which project is created.
- Project
Name string - Name of the Azure Migrate project.
- Properties
Project
Properties Args - Properties of the project.
- interface{}
- Tags provided by Azure Tagging service.
- resource
Group StringName - Name of the Azure Resource Group that project is part of.
- e
Tag String - For optimistic concurrency control.
- location String
- Azure location in which project is created.
- project
Name String - Name of the Azure Migrate project.
- properties
Project
Properties - Properties of the project.
- Object
- Tags provided by Azure Tagging service.
- resource
Group stringName - Name of the Azure Resource Group that project is part of.
- e
Tag string - For optimistic concurrency control.
- location string
- Azure location in which project is created.
- project
Name string - Name of the Azure Migrate project.
- properties
Project
Properties - Properties of the project.
- any
- Tags provided by Azure Tagging service.
- resource_
group_ strname - Name of the Azure Resource Group that project is part of.
- e_
tag str - For optimistic concurrency control.
- location str
- Azure location in which project is created.
- project_
name str - Name of the Azure Migrate project.
- properties
Project
Properties Args - Properties of the project.
- Any
- Tags provided by Azure Tagging service.
- resource
Group StringName - Name of the Azure Resource Group that project is part of.
- e
Tag String - For optimistic concurrency control.
- location String
- Azure location in which project is created.
- project
Name String - Name of the Azure Migrate project.
- properties Property Map
- Properties of the project.
- Any
- Tags provided by Azure Tagging service.
Outputs
All input properties are implicitly available as output properties. Additionally, the Project resource produces the following output properties:
Supporting Types
PrivateEndpointConnectionPropertiesResponse, PrivateEndpointConnectionPropertiesResponseArgs
- Private
Endpoint Pulumi.Azure Native. Migrate. Inputs. Resource Id Response - ARM id for the private endpoint resource corresponding to the connection.
- Provisioning
State string - Indicates whether there is an ongoing operation on the private endpoint.
- Private
Link Pulumi.Service Connection State Azure Native. Migrate. Inputs. Private Link Service Connection State Response - State of the private endpoint connection.
- Private
Endpoint ResourceId Response - ARM id for the private endpoint resource corresponding to the connection.
- Provisioning
State string - Indicates whether there is an ongoing operation on the private endpoint.
- Private
Link PrivateService Connection State Link Service Connection State Response - State of the private endpoint connection.
- private
Endpoint ResourceId Response - ARM id for the private endpoint resource corresponding to the connection.
- provisioning
State String - Indicates whether there is an ongoing operation on the private endpoint.
- private
Link PrivateService Connection State Link Service Connection State Response - State of the private endpoint connection.
- private
Endpoint ResourceId Response - ARM id for the private endpoint resource corresponding to the connection.
- provisioning
State string - Indicates whether there is an ongoing operation on the private endpoint.
- private
Link PrivateService Connection State Link Service Connection State Response - State of the private endpoint connection.
- private_
endpoint ResourceId Response - ARM id for the private endpoint resource corresponding to the connection.
- provisioning_
state str - Indicates whether there is an ongoing operation on the private endpoint.
- private_
link_ Privateservice_ connection_ state Link Service Connection State Response - State of the private endpoint connection.
- private
Endpoint Property Map - ARM id for the private endpoint resource corresponding to the connection.
- provisioning
State String - Indicates whether there is an ongoing operation on the private endpoint.
- private
Link Property MapService Connection State - State of the private endpoint connection.
PrivateEndpointConnectionResponse, PrivateEndpointConnectionResponseArgs
- Id string
- Path reference to this private endpoint endpoint connection. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}
- Name string
- Name of the private endpoint endpoint connection.
- Properties
Pulumi.
Azure Native. Migrate. Inputs. Private Endpoint Connection Properties Response - Properties of the private endpoint endpoint connection.
- Type string
- Type of the object = [Microsoft.Migrate/assessmentProjects/privateEndpointConnections].
- ETag string
- For optimistic concurrency control.
- Id string
- Path reference to this private endpoint endpoint connection. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}
- Name string
- Name of the private endpoint endpoint connection.
- Properties
Private
Endpoint Connection Properties Response - Properties of the private endpoint endpoint connection.
- Type string
- Type of the object = [Microsoft.Migrate/assessmentProjects/privateEndpointConnections].
- ETag string
- For optimistic concurrency control.
- id String
- Path reference to this private endpoint endpoint connection. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}
- name String
- Name of the private endpoint endpoint connection.
- properties
Private
Endpoint Connection Properties Response - Properties of the private endpoint endpoint connection.
- type String
- Type of the object = [Microsoft.Migrate/assessmentProjects/privateEndpointConnections].
- e
Tag String - For optimistic concurrency control.
- id string
- Path reference to this private endpoint endpoint connection. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}
- name string
- Name of the private endpoint endpoint connection.
- properties
Private
Endpoint Connection Properties Response - Properties of the private endpoint endpoint connection.
- type string
- Type of the object = [Microsoft.Migrate/assessmentProjects/privateEndpointConnections].
- e
Tag string - For optimistic concurrency control.
- id str
- Path reference to this private endpoint endpoint connection. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}
- name str
- Name of the private endpoint endpoint connection.
- properties
Private
Endpoint Connection Properties Response - Properties of the private endpoint endpoint connection.
- type str
- Type of the object = [Microsoft.Migrate/assessmentProjects/privateEndpointConnections].
- e_
tag str - For optimistic concurrency control.
- id String
- Path reference to this private endpoint endpoint connection. /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/assessmentProjects/{projectName}/privateEndpointConnections/{privateEndpointConnectionName}
- name String
- Name of the private endpoint endpoint connection.
- properties Property Map
- Properties of the private endpoint endpoint connection.
- type String
- Type of the object = [Microsoft.Migrate/assessmentProjects/privateEndpointConnections].
- e
Tag String - For optimistic concurrency control.
PrivateLinkServiceConnectionStateResponse, PrivateLinkServiceConnectionStateResponseArgs
- Actions
Required string - Actions required on the private endpoint connection.
- Description string
- Description of the private endpoint connection.
- Status string
- Connection status of the private endpoint connection.
- Actions
Required string - Actions required on the private endpoint connection.
- Description string
- Description of the private endpoint connection.
- Status string
- Connection status of the private endpoint connection.
- actions
Required String - Actions required on the private endpoint connection.
- description String
- Description of the private endpoint connection.
- status String
- Connection status of the private endpoint connection.
- actions
Required string - Actions required on the private endpoint connection.
- description string
- Description of the private endpoint connection.
- status string
- Connection status of the private endpoint connection.
- actions_
required str - Actions required on the private endpoint connection.
- description str
- Description of the private endpoint connection.
- status str
- Connection status of the private endpoint connection.
- actions
Required String - Actions required on the private endpoint connection.
- description String
- Description of the private endpoint connection.
- status String
- Connection status of the private endpoint connection.
ProjectProperties, ProjectPropertiesArgs
- Assessment
Solution stringId - Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.
- Customer
Storage stringAccount Arm Id - The ARM id of the storage account used for interactions when public access is disabled.
- Customer
Workspace stringId - The ARM id of service map workspace created by customer.
- Customer
Workspace stringLocation - Location of service map workspace created by customer.
- Project
Status string | Pulumi.Azure Native. Migrate. Project Status - Assessment project status.
- Public
Network stringAccess - This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
- Assessment
Solution stringId - Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.
- Customer
Storage stringAccount Arm Id - The ARM id of the storage account used for interactions when public access is disabled.
- Customer
Workspace stringId - The ARM id of service map workspace created by customer.
- Customer
Workspace stringLocation - Location of service map workspace created by customer.
- Project
Status string | ProjectStatus - Assessment project status.
- Public
Network stringAccess - This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
- assessment
Solution StringId - Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.
- customer
Storage StringAccount Arm Id - The ARM id of the storage account used for interactions when public access is disabled.
- customer
Workspace StringId - The ARM id of service map workspace created by customer.
- customer
Workspace StringLocation - Location of service map workspace created by customer.
- project
Status String | ProjectStatus - Assessment project status.
- public
Network StringAccess - This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
- assessment
Solution stringId - Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.
- customer
Storage stringAccount Arm Id - The ARM id of the storage account used for interactions when public access is disabled.
- customer
Workspace stringId - The ARM id of service map workspace created by customer.
- customer
Workspace stringLocation - Location of service map workspace created by customer.
- project
Status string | ProjectStatus - Assessment project status.
- public
Network stringAccess - This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
- assessment_
solution_ strid - Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.
- customer_
storage_ straccount_ arm_ id - The ARM id of the storage account used for interactions when public access is disabled.
- customer_
workspace_ strid - The ARM id of service map workspace created by customer.
- customer_
workspace_ strlocation - Location of service map workspace created by customer.
- project_
status str | ProjectStatus - Assessment project status.
- public_
network_ straccess - This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
- assessment
Solution StringId - Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.
- customer
Storage StringAccount Arm Id - The ARM id of the storage account used for interactions when public access is disabled.
- customer
Workspace StringId - The ARM id of service map workspace created by customer.
- customer
Workspace StringLocation - Location of service map workspace created by customer.
- project
Status String | "Active" | "Inactive" - Assessment project status.
- public
Network StringAccess - This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
ProjectPropertiesResponse, ProjectPropertiesResponseArgs
- Created
Timestamp string - Time when this project was created. Date-Time represented in ISO-8601 format.
- Last
Assessment stringTimestamp - Time when last assessment was created. Date-Time represented in ISO-8601 format. This value will be null until assessment is created.
- Number
Of intAssessments - Number of assessments created in the project.
- Number
Of intGroups - Number of groups created in the project.
- Number
Of intMachines - Number of machines in the project.
- Private
Endpoint List<Pulumi.Connections Azure Native. Migrate. Inputs. Private Endpoint Connection Response> - The list of private endpoint connections to the project.
- Provisioning
State string - Provisioning state of the project.
- Service
Endpoint string - Endpoint at which the collector agent can call agent REST API.
- Updated
Timestamp string - Time when this project was last updated. Date-Time represented in ISO-8601 format.
- Assessment
Solution stringId - Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.
- Customer
Storage stringAccount Arm Id - The ARM id of the storage account used for interactions when public access is disabled.
- Customer
Workspace stringId - The ARM id of service map workspace created by customer.
- Customer
Workspace stringLocation - Location of service map workspace created by customer.
- Project
Status string - Assessment project status.
- Public
Network stringAccess - This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
- Created
Timestamp string - Time when this project was created. Date-Time represented in ISO-8601 format.
- Last
Assessment stringTimestamp - Time when last assessment was created. Date-Time represented in ISO-8601 format. This value will be null until assessment is created.
- Number
Of intAssessments - Number of assessments created in the project.
- Number
Of intGroups - Number of groups created in the project.
- Number
Of intMachines - Number of machines in the project.
- Private
Endpoint []PrivateConnections Endpoint Connection Response - The list of private endpoint connections to the project.
- Provisioning
State string - Provisioning state of the project.
- Service
Endpoint string - Endpoint at which the collector agent can call agent REST API.
- Updated
Timestamp string - Time when this project was last updated. Date-Time represented in ISO-8601 format.
- Assessment
Solution stringId - Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.
- Customer
Storage stringAccount Arm Id - The ARM id of the storage account used for interactions when public access is disabled.
- Customer
Workspace stringId - The ARM id of service map workspace created by customer.
- Customer
Workspace stringLocation - Location of service map workspace created by customer.
- Project
Status string - Assessment project status.
- Public
Network stringAccess - This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
- created
Timestamp String - Time when this project was created. Date-Time represented in ISO-8601 format.
- last
Assessment StringTimestamp - Time when last assessment was created. Date-Time represented in ISO-8601 format. This value will be null until assessment is created.
- number
Of IntegerAssessments - Number of assessments created in the project.
- number
Of IntegerGroups - Number of groups created in the project.
- number
Of IntegerMachines - Number of machines in the project.
- private
Endpoint List<PrivateConnections Endpoint Connection Response> - The list of private endpoint connections to the project.
- provisioning
State String - Provisioning state of the project.
- service
Endpoint String - Endpoint at which the collector agent can call agent REST API.
- updated
Timestamp String - Time when this project was last updated. Date-Time represented in ISO-8601 format.
- assessment
Solution StringId - Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.
- customer
Storage StringAccount Arm Id - The ARM id of the storage account used for interactions when public access is disabled.
- customer
Workspace StringId - The ARM id of service map workspace created by customer.
- customer
Workspace StringLocation - Location of service map workspace created by customer.
- project
Status String - Assessment project status.
- public
Network StringAccess - This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
- created
Timestamp string - Time when this project was created. Date-Time represented in ISO-8601 format.
- last
Assessment stringTimestamp - Time when last assessment was created. Date-Time represented in ISO-8601 format. This value will be null until assessment is created.
- number
Of numberAssessments - Number of assessments created in the project.
- number
Of numberGroups - Number of groups created in the project.
- number
Of numberMachines - Number of machines in the project.
- private
Endpoint PrivateConnections Endpoint Connection Response[] - The list of private endpoint connections to the project.
- provisioning
State string - Provisioning state of the project.
- service
Endpoint string - Endpoint at which the collector agent can call agent REST API.
- updated
Timestamp string - Time when this project was last updated. Date-Time represented in ISO-8601 format.
- assessment
Solution stringId - Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.
- customer
Storage stringAccount Arm Id - The ARM id of the storage account used for interactions when public access is disabled.
- customer
Workspace stringId - The ARM id of service map workspace created by customer.
- customer
Workspace stringLocation - Location of service map workspace created by customer.
- project
Status string - Assessment project status.
- public
Network stringAccess - This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
- created_
timestamp str - Time when this project was created. Date-Time represented in ISO-8601 format.
- last_
assessment_ strtimestamp - Time when last assessment was created. Date-Time represented in ISO-8601 format. This value will be null until assessment is created.
- number_
of_ intassessments - Number of assessments created in the project.
- number_
of_ intgroups - Number of groups created in the project.
- number_
of_ intmachines - Number of machines in the project.
- private_
endpoint_ Sequence[Privateconnections Endpoint Connection Response] - The list of private endpoint connections to the project.
- provisioning_
state str - Provisioning state of the project.
- service_
endpoint str - Endpoint at which the collector agent can call agent REST API.
- updated_
timestamp str - Time when this project was last updated. Date-Time represented in ISO-8601 format.
- assessment_
solution_ strid - Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.
- customer_
storage_ straccount_ arm_ id - The ARM id of the storage account used for interactions when public access is disabled.
- customer_
workspace_ strid - The ARM id of service map workspace created by customer.
- customer_
workspace_ strlocation - Location of service map workspace created by customer.
- project_
status str - Assessment project status.
- public_
network_ straccess - This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
- created
Timestamp String - Time when this project was created. Date-Time represented in ISO-8601 format.
- last
Assessment StringTimestamp - Time when last assessment was created. Date-Time represented in ISO-8601 format. This value will be null until assessment is created.
- number
Of NumberAssessments - Number of assessments created in the project.
- number
Of NumberGroups - Number of groups created in the project.
- number
Of NumberMachines - Number of machines in the project.
- private
Endpoint List<Property Map>Connections - The list of private endpoint connections to the project.
- provisioning
State String - Provisioning state of the project.
- service
Endpoint String - Endpoint at which the collector agent can call agent REST API.
- updated
Timestamp String - Time when this project was last updated. Date-Time represented in ISO-8601 format.
- assessment
Solution StringId - Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.
- customer
Storage StringAccount Arm Id - The ARM id of the storage account used for interactions when public access is disabled.
- customer
Workspace StringId - The ARM id of service map workspace created by customer.
- customer
Workspace StringLocation - Location of service map workspace created by customer.
- project
Status String - Assessment project status.
- public
Network StringAccess - This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
ProjectStatus, ProjectStatusArgs
- Active
- Active
- Inactive
- Inactive
- Project
Status Active - Active
- Project
Status Inactive - Inactive
- Active
- Active
- Inactive
- Inactive
- Active
- Active
- Inactive
- Inactive
- ACTIVE
- Active
- INACTIVE
- Inactive
- "Active"
- Active
- "Inactive"
- Inactive
ResourceIdResponse, ResourceIdResponseArgs
- Id string
- Id string
- id String
- id string
- id str
- id String
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:migrate:Project abGoyalProject2 /subscriptions/6393a73f-8d55-47ef-b6dd-179b3e0c7910/resourceGroups/abgoyal-westeurope/providers/Microsoft.Migrate/assessmentprojects/abGoyalProject2
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