toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.resources.kotlin.inputs
/
GetDeploymentPlainArgs
Get
Deployment
Plain
Args
data
class
GetDeploymentPlainArgs
(
val
deploymentName
:
String
,
val
resourceGroupName
:
String
)
:
ConvertibleToJava
<
GetDeploymentPlainArgs
>
Members
Constructors
Get
Deployment
Plain
Args
Link copied to clipboard
constructor
(
deploymentName
:
String
,
resourceGroupName
:
String
)
Properties
deployment
Name
Link copied to clipboard
val
deploymentName
:
String
The name of the deployment.
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The name of the resource group. The name is case insensitive.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetDeploymentPlainArgs