get Workload Deployment Secret Configurations
suspend fun getWorkloadDeploymentSecretConfigurations(argument: GetWorkloadDeploymentSecretConfigurationsPlainArgs): GetWorkloadDeploymentSecretConfigurationsResult
Gets the secrets of the workload deployment. 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.
See also
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.
suspend fun getWorkloadDeploymentSecretConfigurations(argument: suspend GetWorkloadDeploymentSecretConfigurationsPlainArgsBuilder.() -> Unit): GetWorkloadDeploymentSecretConfigurationsResult
Return
Workload deployment model.
See also
Parameters
argument
Builder for com.pulumi.azurenative.migrate.kotlin.inputs.GetWorkloadDeploymentSecretConfigurationsPlainArgs.