pulumi-azure-native-kotlin
1.104.0.1
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
>
Constructors
Functions
Properties
Constructors
Get
Web
App
Function
Plain
Args
Link copied to clipboard
fun
GetWebAppFunctionPlainArgs
(
functionName
:
String
,
name
:
String
,
resourceGroupName
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetWebAppFunctionPlainArgs
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.