pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.servicefabricmesh.kotlin.inputs
/
EndpointPropertiesArgs
Endpoint
Properties
Args
data
class
EndpointPropertiesArgs
(
val
name
:
Output
<
String
>
,
val
port
:
Output
<
Int
>
?
=
null
)
:
ConvertibleToJava
<
EndpointPropertiesArgs
>
Describes a container endpoint.
Constructors
Functions
Properties
Constructors
Endpoint
Properties
Args
Link copied to clipboard
fun
EndpointPropertiesArgs
(
name
:
Output
<
String
>
,
port
:
Output
<
Int
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
EndpointPropertiesArgs
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
The name of the endpoint.
port
Link copied to clipboard
val
port
:
Output
<
Int
>
?
=
null
Port used by the container.