FabricAgentModelPropertiesArgs

data class FabricAgentModelPropertiesArgs(val authenticationIdentity: Output<IdentityModelArgs>, val customProperties: Output<VMwareFabricAgentModelCustomPropertiesArgs>, val machineId: Output<String>, val machineName: Output<String>, val resourceAccessIdentity: Output<IdentityModelArgs>) : ConvertibleToJava<FabricAgentModelPropertiesArgs>

Fabric agent model properties.

Constructors

Link copied to clipboard
constructor(authenticationIdentity: Output<IdentityModelArgs>, customProperties: Output<VMwareFabricAgentModelCustomPropertiesArgs>, machineId: Output<String>, machineName: Output<String>, resourceAccessIdentity: Output<IdentityModelArgs>)

Properties

Link copied to clipboard

Identity model.

Link copied to clipboard

Fabric agent model custom properties.

Link copied to clipboard
val machineId: Output<String>

Gets or sets the machine Id where fabric agent is running.

Link copied to clipboard
val machineName: Output<String>

Gets or sets the machine name where fabric agent is running.

Link copied to clipboard

Identity model.

Functions

Link copied to clipboard
open override fun toJava(): FabricAgentModelPropertiesArgs