toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.scvmm.kotlin.inputs
/
OsProfileArgs
Os
Profile
Args
data
class
OsProfileArgs
(
val
adminPassword
:
Output
<
String
>
?
=
null
,
val
computerName
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
OsProfileArgs
>
Defines the resource properties.
Members
Constructors
Os
Profile
Args
Link copied to clipboard
constructor
(
adminPassword
:
Output
<
String
>
?
=
null
,
computerName
:
Output
<
String
>
?
=
null
)
Properties
admin
Password
Link copied to clipboard
val
adminPassword
:
Output
<
String
>
?
=
null
Admin password of the virtual machine.
computer
Name
Link copied to clipboard
val
computerName
:
Output
<
String
>
?
=
null
Gets or sets computer name.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
OsProfileArgs