pulumi-azure-native-kotlin
1.104.0.1
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.edgeorder.kotlin.outputs
/
ListConfigurationsResult
List
Configurations
Result
data
class
ListConfigurationsResult
(
val
nextLink
:
String
?
=
null
,
val
value
:
List
<
ConfigurationResponse
>
)
The list of configurations.
Types
Constructors
Properties
Constructors
List
Configurations
Result
Link copied to clipboard
fun
ListConfigurationsResult
(
nextLink
:
String
?
=
null
,
value
:
List
<
ConfigurationResponse
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
next
Link
Link copied to clipboard
val
nextLink
:
String
?
=
null
Link for the next set of configurations.
value
Link copied to clipboard
val
value
:
List
<
ConfigurationResponse
>
List of configurations.