toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.servicefabric.kotlin.outputs
/
ServiceEndpointResponse
Service
Endpoint
Response
data
class
ServiceEndpointResponse
(
val
locations
:
List
<
String
>
?
=
null
,
val
service
:
String
)
The service endpoint properties.
Members
Constructors
Service
Endpoint
Response
Link copied to clipboard
constructor
(
locations
:
List
<
String
>
?
=
null
,
service
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
locations
Link copied to clipboard
val
locations
:
List
<
String
>
?
=
null
A list of locations.
service
Link copied to clipboard
val
service
:
String
The type of the endpoint service.