toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.web.kotlin.inputs
/
GetWebAppFunctionPlainArgs
Get
Web
App
Function
Plain
Args
data
class
GetWebAppFunctionPlainArgs
(
val
functionName
:
String
,
val
name
:
String
,
val
resourceGroupName
:
String
)
:
ConvertibleToJava
<
GetWebAppFunctionPlainArgs
>
Members
Constructors
Get
Web
App
Function
Plain
Args
Link copied to clipboard
constructor
(
functionName
:
String
,
name
:
String
,
resourceGroupName
:
String
)
Properties
function
Name
Link copied to clipboard
val
functionName
:
String
Function name.
name
Link copied to clipboard
val
name
:
String
Site name.
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
Name of the resource group to which the resource belongs.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetWebAppFunctionPlainArgs