pulumi-azure-native-kotlin
2.14.0.0
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.
Types
Constructors
Properties
Constructors
Service
Endpoint
Response
Link copied to clipboard
fun
ServiceEndpointResponse
(
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.