GetModernizeProjectPlainArgs

data class GetModernizeProjectPlainArgs(val modernizeProjectName: String, val resourceGroupName: String, val subscriptionId: String? = null) : ConvertibleToJava<GetModernizeProjectPlainArgs>

Constructors

Link copied to clipboard
constructor(modernizeProjectName: String, resourceGroupName: String, subscriptionId: String? = null)

Properties

Link copied to clipboard

Modernize project name.

Link copied to clipboard

Name of the Azure Resource Group that project is part of.

Link copied to clipboard
val subscriptionId: String? = null

Azure Subscription Id in which project was created.

Functions

Link copied to clipboard
open override fun toJava(): GetModernizeProjectPlainArgs