1. Packages
  2. Azure Native v1
  3. API Docs
  4. migrate
  5. getSolutionConfig
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.migrate.getSolutionConfig

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Class representing the config for the solution in the migrate project. API Version: 2018-09-01-preview.

    Using getSolutionConfig

    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 getSolutionConfig(args: GetSolutionConfigArgs, opts?: InvokeOptions): Promise<GetSolutionConfigResult>
    function getSolutionConfigOutput(args: GetSolutionConfigOutputArgs, opts?: InvokeOptions): Output<GetSolutionConfigResult>
    def get_solution_config(migrate_project_name: Optional[str] = None,
                            resource_group_name: Optional[str] = None,
                            solution_name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetSolutionConfigResult
    def get_solution_config_output(migrate_project_name: Optional[pulumi.Input[str]] = None,
                            resource_group_name: Optional[pulumi.Input[str]] = None,
                            solution_name: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetSolutionConfigResult]
    func GetSolutionConfig(ctx *Context, args *GetSolutionConfigArgs, opts ...InvokeOption) (*GetSolutionConfigResult, error)
    func GetSolutionConfigOutput(ctx *Context, args *GetSolutionConfigOutputArgs, opts ...InvokeOption) GetSolutionConfigResultOutput

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

    public static class GetSolutionConfig 
    {
        public static Task<GetSolutionConfigResult> InvokeAsync(GetSolutionConfigArgs args, InvokeOptions? opts = null)
        public static Output<GetSolutionConfigResult> Invoke(GetSolutionConfigInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSolutionConfigResult> getSolutionConfig(GetSolutionConfigArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:migrate:getSolutionConfig
      arguments:
        # arguments dictionary

    The following arguments are supported:

    MigrateProjectName string
    Name of the Azure Migrate project.
    ResourceGroupName string
    Name of the Azure Resource Group that migrate project is part of.
    SolutionName string
    Unique name of a migration solution within a migrate project.
    MigrateProjectName string
    Name of the Azure Migrate project.
    ResourceGroupName string
    Name of the Azure Resource Group that migrate project is part of.
    SolutionName string
    Unique name of a migration solution within a migrate project.
    migrateProjectName String
    Name of the Azure Migrate project.
    resourceGroupName String
    Name of the Azure Resource Group that migrate project is part of.
    solutionName String
    Unique name of a migration solution within a migrate project.
    migrateProjectName string
    Name of the Azure Migrate project.
    resourceGroupName string
    Name of the Azure Resource Group that migrate project is part of.
    solutionName string
    Unique name of a migration solution within a migrate project.
    migrate_project_name str
    Name of the Azure Migrate project.
    resource_group_name str
    Name of the Azure Resource Group that migrate project is part of.
    solution_name str
    Unique name of a migration solution within a migrate project.
    migrateProjectName String
    Name of the Azure Migrate project.
    resourceGroupName String
    Name of the Azure Resource Group that migrate project is part of.
    solutionName String
    Unique name of a migration solution within a migrate project.

    getSolutionConfig Result

    The following output properties are available:

    PublisherSasUri string
    Gets or sets the publisher sas uri for the solution.
    PublisherSasUri string
    Gets or sets the publisher sas uri for the solution.
    publisherSasUri String
    Gets or sets the publisher sas uri for the solution.
    publisherSasUri string
    Gets or sets the publisher sas uri for the solution.
    publisher_sas_uri str
    Gets or sets the publisher sas uri for the solution.
    publisherSasUri String
    Gets or sets the publisher sas uri for the solution.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi