toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hybridcontainerservice.kotlin.inputs
/
AgentPoolExtendedLocationArgs
Agent
Pool
Extended
Location
Args
data
class
AgentPoolExtendedLocationArgs
(
val
name
:
Output
<
String
>
?
=
null
,
val
type
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
AgentPoolExtendedLocationArgs
>
Members
Constructors
Agent
Pool
Extended
Location
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
?
=
null
,
type
:
Output
<
String
>
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
The extended location name.
type
Link copied to clipboard
val
type
:
Output
<
String
>
?
=
null
The extended location type.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AgentPoolExtendedLocationArgs