get Workload Deployment
suspend fun getWorkloadDeployment(argument: GetWorkloadDeploymentPlainArgs): GetWorkloadDeploymentResult
Gets the details of the workload deployment. Uses Azure REST API version 2022-05-01-preview.
Return
Workload deployment model.
Parameters
argument
null
suspend fun getWorkloadDeployment(modernizeProjectName: String, resourceGroupName: String, subscriptionId: String? = null, workloadDeploymentName: String): GetWorkloadDeploymentResult
Return
Workload deployment model.
Parameters
modernize Project Name
ModernizeProject name.
resource Group Name
Name of the Azure Resource Group that project is part of.
subscription Id
Azure Subscription Id in which project was created.
workload Deployment Name
Workload deployment name.
See also
suspend fun getWorkloadDeployment(argument: suspend GetWorkloadDeploymentPlainArgsBuilder.() -> Unit): GetWorkloadDeploymentResult
Return
Workload deployment model.
Parameters
argument
Builder for com.pulumi.azurenative.migrate.kotlin.inputs.GetWorkloadDeploymentPlainArgs.