pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.web.kotlin.inputs
/
GetWebAppDeploymentPlainArgs
Get
Web
App
Deployment
Plain
Args
data
class
GetWebAppDeploymentPlainArgs
(
val
id
:
String
,
val
name
:
String
,
val
resourceGroupName
:
String
)
:
ConvertibleToJava
<
GetWebAppDeploymentPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Web
App
Deployment
Plain
Args
Link copied to clipboard
fun
GetWebAppDeploymentPlainArgs
(
id
:
String
,
name
:
String
,
resourceGroupName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetWebAppDeploymentPlainArgs
Properties
id
Link copied to clipboard
val
id
:
String
Deployment ID.
name
Link copied to clipboard
val
name
:
String
Name of the app.
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
Name of the resource group to which the resource belongs.