1. Packages
  2. Packages
  3. Azure Native
  4. API Docs
  5. migrate
  6. getMigrateProjectsControllerMigrateProject
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.25.0
published on Wednesday, Aug 5, 2026 by Pulumi
azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Viewing docs for Azure Native v3.25.0
published on Wednesday, Aug 5, 2026 by Pulumi

    Get information related to a specific migrate project. Returns a json object of type ‘migrateProject’ as specified in the models section.

    Uses Azure REST API version 2020-05-01.

    Other available API versions: 2023-01-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native migrate [ApiVersion]. See the version guide for details.

    Using getMigrateProjectsControllerMigrateProject

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getMigrateProjectsControllerMigrateProject(args: GetMigrateProjectsControllerMigrateProjectArgs, opts?: InvokeOptions): Promise<GetMigrateProjectsControllerMigrateProjectResult>
    function getMigrateProjectsControllerMigrateProjectOutput(args: GetMigrateProjectsControllerMigrateProjectOutputArgs, opts?: InvokeOptions): Output<GetMigrateProjectsControllerMigrateProjectResult>
    def get_migrate_projects_controller_migrate_project(migrate_project_name: Optional[str] = None,
                                                        resource_group_name: Optional[str] = None,
                                                        opts: Optional[InvokeOptions] = None) -> GetMigrateProjectsControllerMigrateProjectResult
    def get_migrate_projects_controller_migrate_project_output(migrate_project_name: pulumi.Input[Optional[str]] = None,
                                                        resource_group_name: pulumi.Input[Optional[str]] = None,
                                                        opts: Optional[InvokeOptions] = None) -> Output[GetMigrateProjectsControllerMigrateProjectResult]
    func LookupMigrateProjectsControllerMigrateProject(ctx *Context, args *LookupMigrateProjectsControllerMigrateProjectArgs, opts ...InvokeOption) (*LookupMigrateProjectsControllerMigrateProjectResult, error)
    func LookupMigrateProjectsControllerMigrateProjectOutput(ctx *Context, args *LookupMigrateProjectsControllerMigrateProjectOutputArgs, opts ...InvokeOption) LookupMigrateProjectsControllerMigrateProjectResultOutput

    > Note: This function is named LookupMigrateProjectsControllerMigrateProject in the Go SDK.

    public static class GetMigrateProjectsControllerMigrateProject 
    {
        public static Task<GetMigrateProjectsControllerMigrateProjectResult> InvokeAsync(GetMigrateProjectsControllerMigrateProjectArgs args, InvokeOptions? opts = null)
        public static Output<GetMigrateProjectsControllerMigrateProjectResult> Invoke(GetMigrateProjectsControllerMigrateProjectInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMigrateProjectsControllerMigrateProjectResult> getMigrateProjectsControllerMigrateProject(GetMigrateProjectsControllerMigrateProjectArgs args, InvokeOptions options)
    public static Output<GetMigrateProjectsControllerMigrateProjectResult> getMigrateProjectsControllerMigrateProject(GetMigrateProjectsControllerMigrateProjectArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:migrate:getMigrateProjectsControllerMigrateProject
      arguments:
        # arguments dictionary
    data "azure-native_migrate_get_migrate_projects_controller_migrate_project" "name" {
        # arguments
    }

    The following arguments are supported:

    MigrateProjectName string
    Migrate project name.
    ResourceGroupName string
    Name of the Azure Resource Group that project is part of.
    MigrateProjectName string
    Migrate project name.
    ResourceGroupName string
    Name of the Azure Resource Group that project is part of.
    migrate_project_name string
    Migrate project name.
    resource_group_name string
    Name of the Azure Resource Group that project is part of.
    migrateProjectName String
    Migrate project name.
    resourceGroupName String
    Name of the Azure Resource Group that project is part of.
    migrateProjectName string
    Migrate project name.
    resourceGroupName string
    Name of the Azure Resource Group that project is part of.
    migrate_project_name str
    Migrate project name.
    resource_group_name str
    Name of the Azure Resource Group that project is part of.
    migrateProjectName String
    Migrate project name.
    resourceGroupName String
    Name of the Azure Resource Group that project is part of.

    getMigrateProjectsControllerMigrateProject Result

    The following output properties are available:

    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    Path reference to this project /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{projectName}
    Name string
    Name of the project.
    Properties Pulumi.AzureNative.Migrate.Outputs.MigrateProjectPropertiesMigrateProjectsControllerMigrateProjectResponse
    Properties of a migrate project.
    SystemData Pulumi.AzureNative.Migrate.Outputs.SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    Type of the object = [Microsoft.Migrate/migrateProjects].
    ETag string
    For optimistic concurrency control.
    Location string
    Azure location in which project is created.
    AzureApiVersion string
    The Azure API version of the resource.
    Id string
    Path reference to this project /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{projectName}
    Name string
    Name of the project.
    Properties MigrateProjectPropertiesMigrateProjectsControllerMigrateProjectResponse
    Properties of a migrate project.
    SystemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    Type of the object = [Microsoft.Migrate/migrateProjects].
    ETag string
    For optimistic concurrency control.
    Location string
    Azure location in which project is created.
    azure_api_version string
    The Azure API version of the resource.
    id string
    Path reference to this project /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{projectName}
    name string
    Name of the project.
    properties object
    Properties of a migrate project.
    system_data object
    Metadata pertaining to creation and last modification of the resource.
    type string
    Type of the object = [Microsoft.Migrate/migrateProjects].
    e_tag string
    For optimistic concurrency control.
    location string
    Azure location in which project is created.
    azureApiVersion String
    The Azure API version of the resource.
    id String
    Path reference to this project /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{projectName}
    name String
    Name of the project.
    properties MigrateProjectPropertiesMigrateProjectsControllerMigrateProjectResponse
    Properties of a migrate project.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type String
    Type of the object = [Microsoft.Migrate/migrateProjects].
    eTag String
    For optimistic concurrency control.
    location String
    Azure location in which project is created.
    azureApiVersion string
    The Azure API version of the resource.
    id string
    Path reference to this project /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{projectName}
    name string
    Name of the project.
    properties MigrateProjectPropertiesMigrateProjectsControllerMigrateProjectResponse
    Properties of a migrate project.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type string
    Type of the object = [Microsoft.Migrate/migrateProjects].
    eTag string
    For optimistic concurrency control.
    location string
    Azure location in which project is created.
    azure_api_version str
    The Azure API version of the resource.
    id str
    Path reference to this project /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{projectName}
    name str
    Name of the project.
    properties MigrateProjectPropertiesMigrateProjectsControllerMigrateProjectResponse
    Properties of a migrate project.
    system_data SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type str
    Type of the object = [Microsoft.Migrate/migrateProjects].
    e_tag str
    For optimistic concurrency control.
    location str
    Azure location in which project is created.
    azureApiVersion String
    The Azure API version of the resource.
    id String
    Path reference to this project /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{projectName}
    name String
    Name of the project.
    properties Property Map
    Properties of a migrate project.
    systemData Property Map
    Metadata pertaining to creation and last modification of the resource.
    type String
    Type of the object = [Microsoft.Migrate/migrateProjects].
    eTag String
    For optimistic concurrency control.
    location String
    Azure location in which project is created.

    Supporting Types

    MigrateProjectPropertiesMigrateProjectsControllerMigrateProjectResponse

    LastSummaryRefreshedTime string
    Last summary refresh time.
    PrivateEndpointConnections List<Pulumi.AzureNative.Migrate.Inputs.PrivateEndpointConnectionMigrateProjectsControllerMigrateProjectResponse>
    Gets the private endpoint connections.
    RefreshSummaryState string
    Refresh summary state.
    RegisteredTools List<string>
    Register tools inside project.
    Summary Dictionary<string, Pulumi.AzureNative.Migrate.Inputs.ProjectSummaryResponse>
    Project summary.
    PublicNetworkAccess string
    Gets or sets the state of public network access.
    ServiceEndpoint string
    Service endpoint.
    UtilityStorageAccountId string
    Utility storage account id.
    LastSummaryRefreshedTime string
    Last summary refresh time.
    PrivateEndpointConnections []PrivateEndpointConnectionMigrateProjectsControllerMigrateProjectResponse
    Gets the private endpoint connections.
    RefreshSummaryState string
    Refresh summary state.
    RegisteredTools []string
    Register tools inside project.
    Summary map[string]ProjectSummaryResponse
    Project summary.
    PublicNetworkAccess string
    Gets or sets the state of public network access.
    ServiceEndpoint string
    Service endpoint.
    UtilityStorageAccountId string
    Utility storage account id.
    last_summary_refreshed_time string
    Last summary refresh time.
    private_endpoint_connections list(object)
    Gets the private endpoint connections.
    refresh_summary_state string
    Refresh summary state.
    registered_tools list(string)
    Register tools inside project.
    summary map(object)
    Project summary.
    public_network_access string
    Gets or sets the state of public network access.
    service_endpoint string
    Service endpoint.
    utility_storage_account_id string
    Utility storage account id.
    lastSummaryRefreshedTime String
    Last summary refresh time.
    privateEndpointConnections List<PrivateEndpointConnectionMigrateProjectsControllerMigrateProjectResponse>
    Gets the private endpoint connections.
    refreshSummaryState String
    Refresh summary state.
    registeredTools List<String>
    Register tools inside project.
    summary Map<String,ProjectSummaryResponse>
    Project summary.
    publicNetworkAccess String
    Gets or sets the state of public network access.
    serviceEndpoint String
    Service endpoint.
    utilityStorageAccountId String
    Utility storage account id.
    lastSummaryRefreshedTime string
    Last summary refresh time.
    privateEndpointConnections PrivateEndpointConnectionMigrateProjectsControllerMigrateProjectResponse[]
    Gets the private endpoint connections.
    refreshSummaryState string
    Refresh summary state.
    registeredTools string[]
    Register tools inside project.
    summary {[key: string]: ProjectSummaryResponse}
    Project summary.
    publicNetworkAccess string
    Gets or sets the state of public network access.
    serviceEndpoint string
    Service endpoint.
    utilityStorageAccountId string
    Utility storage account id.
    last_summary_refreshed_time str
    Last summary refresh time.
    private_endpoint_connections Sequence[PrivateEndpointConnectionMigrateProjectsControllerMigrateProjectResponse]
    Gets the private endpoint connections.
    refresh_summary_state str
    Refresh summary state.
    registered_tools Sequence[str]
    Register tools inside project.
    summary Mapping[str, ProjectSummaryResponse]
    Project summary.
    public_network_access str
    Gets or sets the state of public network access.
    service_endpoint str
    Service endpoint.
    utility_storage_account_id str
    Utility storage account id.
    lastSummaryRefreshedTime String
    Last summary refresh time.
    privateEndpointConnections List<Property Map>
    Gets the private endpoint connections.
    refreshSummaryState String
    Refresh summary state.
    registeredTools List<String>
    Register tools inside project.
    summary Map<Property Map>
    Project summary.
    publicNetworkAccess String
    Gets or sets the state of public network access.
    serviceEndpoint String
    Service endpoint.
    utilityStorageAccountId String
    Utility storage account id.

    PrivateEndpointConnectionMigrateProjectsControllerMigrateProjectResponse

    ETag string
    Gets the tag for optimistic concurrency control.
    Id string
    Relative URL to get this Sites.
    Name string
    Gets the name of the resource.
    Properties Pulumi.AzureNative.Migrate.Inputs.PrivateEndpointConnectionPropertiesResponse
    Gets the properties of the object.
    SystemData Pulumi.AzureNative.Migrate.Inputs.SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    Gets the resource type.
    ETag string
    Gets the tag for optimistic concurrency control.
    Id string
    Relative URL to get this Sites.
    Name string
    Gets the name of the resource.
    Properties PrivateEndpointConnectionPropertiesResponse
    Gets the properties of the object.
    SystemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    Gets the resource type.
    e_tag string
    Gets the tag for optimistic concurrency control.
    id string
    Relative URL to get this Sites.
    name string
    Gets the name of the resource.
    properties object
    Gets the properties of the object.
    system_data object
    Metadata pertaining to creation and last modification of the resource.
    type string
    Gets the resource type.
    eTag String
    Gets the tag for optimistic concurrency control.
    id String
    Relative URL to get this Sites.
    name String
    Gets the name of the resource.
    properties PrivateEndpointConnectionPropertiesResponse
    Gets the properties of the object.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type String
    Gets the resource type.
    eTag string
    Gets the tag for optimistic concurrency control.
    id string
    Relative URL to get this Sites.
    name string
    Gets the name of the resource.
    properties PrivateEndpointConnectionPropertiesResponse
    Gets the properties of the object.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type string
    Gets the resource type.
    e_tag str
    Gets the tag for optimistic concurrency control.
    id str
    Relative URL to get this Sites.
    name str
    Gets the name of the resource.
    properties PrivateEndpointConnectionPropertiesResponse
    Gets the properties of the object.
    system_data SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type str
    Gets the resource type.
    eTag String
    Gets the tag for optimistic concurrency control.
    id String
    Relative URL to get this Sites.
    name String
    Gets the name of the resource.
    properties Property Map
    Gets the properties of the object.
    systemData Property Map
    Metadata pertaining to creation and last modification of the resource.
    type String
    Gets the resource type.

    PrivateEndpointConnectionPropertiesResponse

    PrivateEndpoint Pulumi.AzureNative.Migrate.Inputs.ResourceIdResponse
    ARM id for the private endpoint resource corresponding to the connection.
    ProvisioningState string
    Indicates whether there is an ongoing operation on the private endpoint.
    PrivateLinkServiceConnectionState Pulumi.AzureNative.Migrate.Inputs.PrivateLinkServiceConnectionStateResponse
    State of the private endpoint connection.
    PrivateEndpoint ResourceIdResponse
    ARM id for the private endpoint resource corresponding to the connection.
    ProvisioningState string
    Indicates whether there is an ongoing operation on the private endpoint.
    PrivateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    State of the private endpoint connection.
    private_endpoint object
    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_service_connection_state object
    State of the private endpoint connection.
    privateEndpoint ResourceIdResponse
    ARM id for the private endpoint resource corresponding to the connection.
    provisioningState String
    Indicates whether there is an ongoing operation on the private endpoint.
    privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    State of the private endpoint connection.
    privateEndpoint ResourceIdResponse
    ARM id for the private endpoint resource corresponding to the connection.
    provisioningState string
    Indicates whether there is an ongoing operation on the private endpoint.
    privateLinkServiceConnectionState PrivateLinkServiceConnectionStateResponse
    State of the private endpoint connection.
    private_endpoint ResourceIdResponse
    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_service_connection_state PrivateLinkServiceConnectionStateResponse
    State of the private endpoint connection.
    privateEndpoint Property Map
    ARM id for the private endpoint resource corresponding to the connection.
    provisioningState String
    Indicates whether there is an ongoing operation on the private endpoint.
    privateLinkServiceConnectionState Property Map
    State of the private endpoint connection.

    PrivateLinkServiceConnectionStateResponse

    ActionsRequired 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.
    ActionsRequired 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.
    actionsRequired 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.
    actionsRequired 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.
    actionsRequired 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.

    ProjectSummaryResponse

    InstanceType string
    Instance type.
    ExtendedSummary Dictionary<string, string>
    Extended summary.
    LastSummaryRefreshedTime string
    Last summary refresh time.
    RefreshSummaryState string
    Refresh summary state.
    InstanceType string
    Instance type.
    ExtendedSummary map[string]string
    Extended summary.
    LastSummaryRefreshedTime string
    Last summary refresh time.
    RefreshSummaryState string
    Refresh summary state.
    instance_type string
    Instance type.
    extended_summary map(string)
    Extended summary.
    last_summary_refreshed_time string
    Last summary refresh time.
    refresh_summary_state string
    Refresh summary state.
    instanceType String
    Instance type.
    extendedSummary Map<String,String>
    Extended summary.
    lastSummaryRefreshedTime String
    Last summary refresh time.
    refreshSummaryState String
    Refresh summary state.
    instanceType string
    Instance type.
    extendedSummary {[key: string]: string}
    Extended summary.
    lastSummaryRefreshedTime string
    Last summary refresh time.
    refreshSummaryState string
    Refresh summary state.
    instance_type str
    Instance type.
    extended_summary Mapping[str, str]
    Extended summary.
    last_summary_refreshed_time str
    Last summary refresh time.
    refresh_summary_state str
    Refresh summary state.
    instanceType String
    Instance type.
    extendedSummary Map<String>
    Extended summary.
    lastSummaryRefreshedTime String
    Last summary refresh time.
    refreshSummaryState String
    Refresh summary state.

    ResourceIdResponse

    Id string
    Id string
    id string
    id String
    id string
    id str
    id String

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    created_at string
    The timestamp of resource creation (UTC).
    created_by string
    The identity that created the resource.
    created_by_type string
    The type of identity that created the resource.
    last_modified_at string
    The timestamp of resource last modification (UTC)
    last_modified_by string
    The identity that last modified the resource.
    last_modified_by_type string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
    Viewing docs for Azure Native v3.25.0
    published on Wednesday, Aug 5, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial