toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.databasemigration.kotlin.outputs
Package-level
declarations
Types
Types
Get
Project
Result
Link copied to clipboard
data
class
GetProjectResult
(
val
id
:
String
,
val
location
:
String
,
val
name
:
String
,
val
resourceGroupName
:
String
,
val
serviceName
:
String
,
val
sourcePlatform
:
String
,
val
tags
:
Map
<
String
,
String
>
,
val
targetPlatform
:
String
)
A collection of values returned by getProject.
Get
Service
Result
Link copied to clipboard
data
class
GetServiceResult
(
val
id
:
String
,
val
location
:
String
,
val
name
:
String
,
val
resourceGroupName
:
String
,
val
skuName
:
String
,
val
subnetId
:
String
,
val
tags
:
Map
<
String
,
String
>
)
A collection of values returned by getService.