MachineArgs

constructor(agentUpgrade: Output<AgentUpgradeArgs>? = null, clientPublicKey: Output<String>? = null, extensions: Output<List<MachineExtensionInstanceViewArgs>>? = null, identity: Output<IdentityArgs>? = null, location: Output<String>? = null, locationData: Output<LocationDataArgs>? = null, machineName: Output<String>? = null, mssqlDiscovered: Output<String>? = null, osProfile: Output<OSProfileArgs>? = null, osType: Output<String>? = null, parentClusterResourceId: Output<String>? = null, privateLinkScopeResourceId: Output<String>? = null, resourceGroupName: Output<String>? = null, serviceStatuses: Output<ServiceStatusesArgs>? = null, tags: Output<Map<String, String>>? = null, vmId: Output<String>? = null)