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