get Workload Deployment Secret Configurations
suspend fun getWorkloadDeploymentSecretConfigurations(argument: GetWorkloadDeploymentSecretConfigurationsPlainArgs): GetWorkloadDeploymentSecretConfigurationsResult
Gets the secrets of the workload deployment. Uses Azure REST API version 2022-05-01-preview.
Return
Workload deployment model.
Parameters
argument
null
suspend fun getWorkloadDeploymentSecretConfigurations(modernizeProjectName: String, resourceGroupName: String, subscriptionId: String? = null, workloadDeploymentName: String): GetWorkloadDeploymentSecretConfigurationsResult
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 getWorkloadDeploymentSecretConfigurations(argument: suspend GetWorkloadDeploymentSecretConfigurationsPlainArgsBuilder.() -> Unit): GetWorkloadDeploymentSecretConfigurationsResult
Return
Workload deployment model.
Parameters
argument
Builder for com.pulumi.azurenative.migrate.kotlin.inputs.GetWorkloadDeploymentSecretConfigurationsPlainArgs.