toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.web.kotlin.inputs
/
GetCustomApiPlainArgs
Get
Custom
Api
Plain
Args
data
class
GetCustomApiPlainArgs
(
val
apiName
:
String
,
val
resourceGroupName
:
String
,
val
subscriptionId
:
String
?
=
null
)
:
ConvertibleToJava
<
GetCustomApiPlainArgs
>
Members
Constructors
Get
Custom
Api
Plain
Args
Link copied to clipboard
constructor
(
apiName
:
String
,
resourceGroupName
:
String
,
subscriptionId
:
String
?
=
null
)
Properties
api
Name
Link copied to clipboard
val
apiName
:
String
API name
resource
Group
Name
Link copied to clipboard
val
resourceGroupName
:
String
The resource group
subscription
Id
Link copied to clipboard
val
subscriptionId
:
String
?
=
null
Subscription Id
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetCustomApiPlainArgs