This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.migrate.getSolutionsControllerConfig
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Class representing the config for the solution in the migrate project. Azure REST API version: 2023-01-01.
Using getSolutionsControllerConfig
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 getSolutionsControllerConfig(args: GetSolutionsControllerConfigArgs, opts?: InvokeOptions): Promise<GetSolutionsControllerConfigResult>
function getSolutionsControllerConfigOutput(args: GetSolutionsControllerConfigOutputArgs, opts?: InvokeOptions): Output<GetSolutionsControllerConfigResult>def get_solutions_controller_config(migrate_project_name: Optional[str] = None,
                                    resource_group_name: Optional[str] = None,
                                    solution_name: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetSolutionsControllerConfigResult
def get_solutions_controller_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[GetSolutionsControllerConfigResult]func GetSolutionsControllerConfig(ctx *Context, args *GetSolutionsControllerConfigArgs, opts ...InvokeOption) (*GetSolutionsControllerConfigResult, error)
func GetSolutionsControllerConfigOutput(ctx *Context, args *GetSolutionsControllerConfigOutputArgs, opts ...InvokeOption) GetSolutionsControllerConfigResultOutput> Note: This function is named GetSolutionsControllerConfig in the Go SDK.
public static class GetSolutionsControllerConfig 
{
    public static Task<GetSolutionsControllerConfigResult> InvokeAsync(GetSolutionsControllerConfigArgs args, InvokeOptions? opts = null)
    public static Output<GetSolutionsControllerConfigResult> Invoke(GetSolutionsControllerConfigInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSolutionsControllerConfigResult> getSolutionsControllerConfig(GetSolutionsControllerConfigArgs args, InvokeOptions options)
public static Output<GetSolutionsControllerConfigResult> getSolutionsControllerConfig(GetSolutionsControllerConfigArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:migrate:getSolutionsControllerConfig
  arguments:
    # arguments dictionaryThe following arguments are supported:
- MigrateProject stringName 
- Name of the Azure Migrate project.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- SolutionName string
- Unique name of a migration solution within a migrate project.
- MigrateProject stringName 
- Name of the Azure Migrate project.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- SolutionName string
- Unique name of a migration solution within a migrate project.
- migrateProject StringName 
- Name of the Azure Migrate project.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- solutionName String
- Unique name of a migration solution within a migrate project.
- migrateProject stringName 
- Name of the Azure Migrate project.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- solutionName string
- Unique name of a migration solution within a migrate project.
- migrate_project_ strname 
- Name of the Azure Migrate project.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- solution_name str
- Unique name of a migration solution within a migrate project.
- migrateProject StringName 
- Name of the Azure Migrate project.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- solutionName String
- Unique name of a migration solution within a migrate project.
getSolutionsControllerConfig Result
The following output properties are available:
- PublisherSas stringUri 
- Gets or sets the publisher sas uri for the solution.
- PublisherSas stringUri 
- Gets or sets the publisher sas uri for the solution.
- publisherSas StringUri 
- Gets or sets the publisher sas uri for the solution.
- publisherSas stringUri 
- Gets or sets the publisher sas uri for the solution.
- publisher_sas_ struri 
- Gets or sets the publisher sas uri for the solution.
- publisherSas StringUri 
- Gets or sets the publisher sas uri for the solution.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi