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.63.0 published on Tuesday, Sep 24, 2024 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.63.0 published on Tuesday, Sep 24, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:migrate:getSolutionsControllerConfig
arguments:
# arguments dictionary
The following arguments are supported:
- Migrate
Project stringName - Name of the Azure Migrate project.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Solution
Name string - Unique name of a migration solution within a migrate project.
- Migrate
Project stringName - Name of the Azure Migrate project.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Solution
Name string - Unique name of a migration solution within a migrate project.
- migrate
Project StringName - Name of the Azure Migrate project.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- solution
Name String - Unique name of a migration solution within a migrate project.
- migrate
Project stringName - Name of the Azure Migrate project.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- solution
Name 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.
- migrate
Project StringName - Name of the Azure Migrate project.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- solution
Name String - Unique name of a migration solution within a migrate project.
getSolutionsControllerConfig Result
The following output properties are available:
- Publisher
Sas stringUri - Gets or sets the publisher sas uri for the solution.
- Publisher
Sas stringUri - Gets or sets the publisher sas uri for the solution.
- publisher
Sas StringUri - Gets or sets the publisher sas uri for the solution.
- publisher
Sas stringUri - Gets or sets the publisher sas uri for the solution.
- publisher_
sas_ struri - Gets or sets the publisher sas uri for the solution.
- publisher
Sas 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.63.0 published on Tuesday, Sep 24, 2024 by Pulumi