pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.servicefabricmesh.kotlin.inputs
/
EndpointRefArgs
Endpoint
Ref
Args
data
class
EndpointRefArgs
(
val
name
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
EndpointRefArgs
>
Describes a reference to a service endpoint.
Constructors
Functions
Properties
Constructors
Endpoint
Ref
Args
Link copied to clipboard
fun
EndpointRefArgs
(
name
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
EndpointRefArgs
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
Name of the endpoint.