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