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
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:
- Migrate
Project stringName - Name of the Azure Migrate project.
- Resource
Group stringName - Name of the Azure Resource Group that migrate project is part of.
- 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 - Name of the Azure Resource Group that migrate project is part of.
- 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 - Name of the Azure Resource Group that migrate project is part of.
- 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 - Name of the Azure Resource Group that migrate project is part of.
- 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 - 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.
- migrate
Project StringName - Name of the Azure Migrate project.
- resource
Group StringName - Name of the Azure Resource Group that migrate project is part of.
- solution
Name String - Unique name of a migration solution within a migrate project.
getSolutionConfig 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-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
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